diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-08-15 18:31:33 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-08-15 18:31:33 +0000 |
commit | 7d7c62c7f946b4a1ab633742a0dc5c1815c518cf (patch) | |
tree | daef1abdf831312b007ff56c7b72b7b1b37f03ce /chapter08 | |
parent | d48e6eb263fd54705d3889f510ad7709f4ccea66 (diff) |
Upgrade to Linux-2.6.35.2. Fixes #2737.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9357 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index d56cac861..ccba83381 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -45,6 +45,10 @@ 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> |