aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/kernel.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-08-03 19:59:24 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-08-03 19:59:24 +0000
commitc644cae75cb16255770d950b64dcb993ed83f990 (patch)
tree8332f6d557d3e346b91aed3bc72925f655d75ddf /chapter08/kernel.xml
parentff1d9e0115c3d3227d504b97829a88dce30e76c5 (diff)
Upgrade to Linux-2.6.35. Fixes #2728.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9348 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r--chapter08/kernel.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index 80d7bac43..d56cac861 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -40,12 +40,6 @@
<sect2 role="installation">
<title>Installation of the kernel</title>
- <para>First, fix a bug that causes a kernel panic on some systems:</para>
-
-<screen><userinput remap="pre">sed -i -e 's/inline void rdtsc_barrier/__always_inline void rdtsc_barrier/' \
- arch/x86/include/asm/system.h</userinput></screen>
-
-
<para>Building the kernel involves a few steps&mdash;configuration,
compilation, and installation. Read the <filename>README</filename> file
in the kernel source tree for alternative methods to the way this book