Gentoo Archives: gentoo-doc-cvs

From: "Jan Kundrat (jkt)" <jkt@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: kernel-config.xml
Date: Sun, 21 Mar 2010 11:48:00
Message-Id: E1NtJdI-0000Xu-Vi@stork.gentoo.org
1 jkt 10/03/21 11:47:52
2
3 Modified: kernel-config.xml
4 Log:
5 #310313, ACPI support is required for SMP on certain Atom CPUs
6
7 Enabling power management features is a good option nevertheless.
8
9 Revision Changes Path
10 1.7 xml/htdocs/doc/en/kernel-config.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kernel-config.xml?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kernel-config.xml?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kernel-config.xml?r1=1.6&r2=1.7
15
16 Index: kernel-config.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-config.xml,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- kernel-config.xml 22 Jun 2008 01:57:09 -0000 1.6
23 +++ kernel-config.xml 21 Mar 2010 11:47:52 -0000 1.7
24 @@ -1,5 +1,5 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-config.xml,v 1.6 2008/06/22 01:57:09 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-config.xml,v 1.7 2010/03/21 11:47:52 jkt Exp $ -->
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 <guide link="/doc/en/kernel-config.xml">
31 @@ -33,8 +33,8 @@
32 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
33 <license/>
34
35 -<version>1.3</version>
36 -<date>2008-06-21</date>
37 +<version>1.4</version>
38 +<date>2010-03-21</date>
39
40 <chapter>
41 <title>Introduction</title>
42 @@ -465,6 +465,10 @@
43 <comment>Select the above option if you are on an Intel Hyper-Threading CPU</comment>
44 [*] Multi-core scheduler support (NEW)
45 <comment>Select the above option if your CPU is dual core</comment>
46 +Power management and ACPI options ---&gt;
47 + [*] ACPI (Advanced Configuration and Power Interface) Support
48 + <comment>The above option not only enables power management features, but might
49 + also be a requirement for making all CPUs available to your system</comment>
50 </pre>
51
52 </body>