swift 12/12/16 20:48:45 Modified: kernel-config.xml Log: Fix bug #445356 - Use multicore instead of dualcore, and refer to bluetooth wiki article directly. Thanks to Francesco Turco for reporting.
Revision Changes Path 1.10 xml/htdocs/doc/en/kernel-config.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-config.xml?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-config.xml?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-config.xml?r1=1.9&r2=1.10 Index: kernel-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-config.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- kernel-config.xml 26 Dec 2011 15:59:59 -0000 1.9 +++ kernel-config.xml 16 Dec 2012 20:48:45 -0000 1.10 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-config.xml,v 1.9 2011/12/26 15:59:59 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-config.xml,v 1.10 2012/12/16 20:48:45 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide> @@ -33,8 +33,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>2</version> -<date>2011-12-26</date> +<version>3</version> +<date>2012-12-16</date> <chapter> <title>Introduction</title> @@ -424,7 +424,7 @@ </body> </section> <section> -<title>Multiprocessor, Hyper-Threading and Dual Core systems</title> +<title>Multiprocessor, Hyper-Threading and Multi-Core systems</title> <body> <p> @@ -440,9 +440,10 @@ <e>logical</e> processors. </li> <li> - Some of the most recent Intel/AMD CPUs actually consist of multiple - physical processors inside a single package, these are known as <uri - link="http://en.wikipedia.org/wiki/Dual_core">dual core</uri> processors. + Most Intel/AMD CPUs actually consist of multiple physical processors + inside a single package, these are known as <uri + link="http://en.wikipedia.org/wiki/Multi-core_processor">multi-core</uri> + processors. </li> <li> Some high-end computer systems actually have multiple physical processors @@ -464,7 +465,7 @@ [*] SMT (Hyperthreading) scheduler support <comment>Select the above option if you are on an Intel Hyper-Threading CPU</comment> [*] Multi-core scheduler support (NEW) - <comment>Select the above option if your CPU is dual core</comment> + <comment>Select the above option if your CPU is multi-core</comment> Power management and ACPI options ---> [*] ACPI (Advanced Configuration and Power Interface) Support <comment>The above option not only enables power management features, but might @@ -649,8 +650,9 @@ ALSA is actually much easier to configure when the components are modular. </li> <li> - The <uri link="/doc/en/bluetooth-guide.xml">Bluetooth Guide</uri> details - the options you need in order to use bluetooth devices on your system. + The <uri link="https://wiki.gentoo.org/wiki/Bluetooth">Bluetooth</uri> wiki + article details the options you need in order to use bluetooth devices on + your system. </li> <li> The <uri link="/doc/en/ipv6.xml">IPv6 Router Guide</uri> describes how to
