aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-08-31 23:32:16 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-08-31 23:32:16 +0000
commit6f8df4bf431eb3e7a10d5a4f00a46db4e9a88460 (patch)
treebb6a667125ee24b133600faa73488cffe4860d8d /chapter08
parentf13cd5e3da2de672bf51f32ad0c68d7c086bf460 (diff)
Update to linux-2.6.35.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9367 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/kernel.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index ccba83381..d56cac861 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -45,10 +45,6 @@
in the kernel source tree for alternative methods to the way this book
configures the kernel.</para>
- <para>Fix a bug in the memory model code that can cause boot failures:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&linux-mm_locking-patch;</userinput></screen>
-
<para>Prepare for compilation by running the following command:</para>
<screen><userinput remap="pre">make mrproper</userinput></screen>