Upgrade to Linux-2.6.35. Fixes #2728.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9348 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2010-08-03 19:59:24 +00:00
parent ff1d9e0115
commit c644cae75c
3 changed files with 10 additions and 12 deletions

View File

@ -40,6 +40,10 @@
<listitem> <listitem>
<para>2010-08-03</para> <para>2010-08-03</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[matthew] - Upgrade to Linux-2.6.35. Fixes
<ulink url="&lfs-ticket-root;2728">#2728</ulink>.</para>
</listitem>
<listitem> <listitem>
<para>[matthew] - Upgrade to GCC-4.5.1. Fixes <para>[matthew] - Upgrade to GCC-4.5.1. Fixes
<ulink url="&lfs-ticket-root;2727">#2727</ulink>.</para> <ulink url="&lfs-ticket-root;2727">#2727</ulink>.</para>

View File

@ -40,12 +40,6 @@
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of the kernel</title> <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, <para>Building the kernel involves a few steps&mdash;configuration,
compilation, and installation. Read the <filename>README</filename> file compilation, and installation. Read the <filename>README</filename> file
in the kernel source tree for alternative methods to the way this book in the kernel source tree for alternative methods to the way this book

View File

@ -305,13 +305,13 @@
<!ENTITY libtool-ch6-sbu "3.7 SBU"> <!ENTITY libtool-ch6-sbu "3.7 SBU">
<!ENTITY linux-major-version "2.6"> <!ENTITY linux-major-version "2.6">
<!ENTITY linux-minor-version "34"> <!ENTITY linux-minor-version "35">
<!ENTITY linux-patch-version "1"> <!--<!ENTITY linux-patch-version "1">-->
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">-->
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
<!ENTITY linux-size "66,073 KB"> <!ENTITY linux-size "67,681 KB">
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2">
<!ENTITY linux-md5 "d31d241dc2058698a45fe41359cafb45"> <!ENTITY linux-md5 "091abeb4684ce03d1d936851618687b6">
<!ENTITY linux-home "http://www.kernel.org/"> <!ENTITY linux-home "http://www.kernel.org/">
<!ENTITY linux-ch8-du "450 - 500 MB"> <!ENTITY linux-ch8-du "450 - 500 MB">
<!ENTITY linux-ch8-sbu "1.5 - 5.0 SBU"> <!ENTITY linux-ch8-sbu "1.5 - 5.0 SBU">