[kernel] r13154 - in dists/trunk/linux-2.6/debian: . config/amd64 config/i386

Maximilian Attems maks at alioth.debian.org
Tue Mar 17 14:21:02 UTC 2009


Author: maks
Date: Tue Mar 17 14:21:01 2009
New Revision: 13154

Log:
x86 revert ACPI_PROCFS unsetting

13:53 < bwh> # CONFIG_ACPI_PROCFS is not set
13:54 < mjg59> bwh: Given that not all of the proc functionality has been
               ported elsewhere yet, I'd say that's aggressive
13:54 < bwh> What's missing?
13:56 < mjg59> bwh: Device wakeup control
13:57 < mjg59> Setting things like DOS
14:00 < bwh> DOS?
14:00 < mjg59> bwh: Display Output Switch

Reported-by: Ben Hutchings <ben at decadent.org.uk>

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/amd64/config
   dists/trunk/linux-2.6/debian/config/i386/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Mar 17 14:21:01 2009
@@ -41,8 +41,8 @@
   * [x86_64] set SPARSE_IRQ, NUMA_MIGRATE_IRQ_DESC, TREE_RCU.
   * [x86_32] set BLK_DEV_CS5536.
   * [powerpc] set PHANTOM, HP_ILO, MV643XX_ETH, MOUSE_BCM5974, VIRTUALIZATION.
-  * topconfig unset legacy SCSI_PROC_FS, PCMCIA_IOCTL, ACPI_PROCFS,
-    ACPI_PROCFS_POWER, ACPI_PROC_EVENT.
+  * topconfig unset legacy SCSI_PROC_FS, PCMCIA_IOCTL, ACPI_PROCFS_POWER,
+    ACPI_PROC_EVENT.
 
   [ Bastian Blank ]
   * Use external source directory for all builds.

Modified: dists/trunk/linux-2.6/debian/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config	(original)
+++ dists/trunk/linux-2.6/debian/config/amd64/config	Tue Mar 17 14:21:01 2009
@@ -134,7 +134,7 @@
 ## file: drivers/acpi/Kconfig
 ##
 CONFIG_ACPI=y
-# CONFIG_ACPI_PROCFS is not set
+CONFIG_ACPI_PROCFS=y
 # CONFIG_ACPI_PROCFS_POWER is not set
 CONFIG_ACPI_SYSFS_POWER=y
 # CONFIG_ACPI_PROC_EVENT is not set

Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config	(original)
+++ dists/trunk/linux-2.6/debian/config/i386/config	Tue Mar 17 14:21:01 2009
@@ -198,7 +198,7 @@
 ## file: drivers/acpi/Kconfig
 ##
 CONFIG_ACPI=y
-# CONFIG_ACPI_PROCFS is not set
+CONFIG_ACPI_PROCFS=y
 # CONFIG_ACPI_PROCFS_POWER is not set
 CONFIG_ACPI_SYSFS_POWER=y
 # CONFIG_ACPI_PROC_EVENT is not set



More information about the Kernel-svn-changes mailing list