diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-16 13:24:37 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-16 13:24:37 +0000 |
commit | 9c73bc302240efec59a1dfb5d24d0fefb3412c96 (patch) | |
tree | 2a631946d982e8c340683a2e1a48548b315e1b83 /chapter08 | |
parent | b19d1dae3d3f7386f2c630e9a0d2247155f194e6 (diff) |
Upgraded to Linux 2.6.7 and dropped the FPU exceptions patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3800 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 88bc484f8..ec83aa0d8 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -43,10 +43,6 @@ recommends that this command be issued prior to <emphasis>each</emphasis> kernel compilation. You shouldn't rely on the source tree being clean after un-tarring.</para> -<para>Fix an exploitable bug in FPU exception handling code:</para> - -<screen><userinput>patch -Np1 -i ../linux-&linux-version;-fpu-1.patch</userinput></screen> - <para>Also, assure that the kernel does not attempt to pass hotplugging events to userspace until userspace specifies that it is ready:</para> |