On Monday, 30 July 2007 02:21, Linus Torvalds wrote:I only found two really minor issues covered by the appended patch (on top of the current -git). Well, IMO, for now let's make sure everything works as is. :-) Greetings, Rafael --- (1) I think it's better to use CONFIG_ACPI_SLEEP instead of CONFIG_PM_SLEEP in include/acpi/acpi_bus.h , too, for consistency. (2) x86_64 defconfig is outdated Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> --- arch/x86_64/defconfig | 3 --- include/acpi/acpi_bus.h | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) Index: linux-2.6/include/acpi/acpi_bus.h =================================================================== --- linux-2.6.orig/include/acpi/acpi_bus.h 2007-07-30 07:58:48.000000000 +0200 +++ linux-2.6/include/acpi/acpi_bus.h 2007-07-30 08:25:32.000000000 +0200 @@ -366,16 +366,16 @@ acpi_handle acpi_get_child(acpi_handle, acpi_handle acpi_get_pci_rootbridge_handle(unsigned int, unsigned int); #define DEVICE_ACPI_HANDLE(dev) ((acpi_handle)((dev)->archdata.acpi_handle)) -#ifdef CONFIG_PM_SLEEP +#ifdef CONFIG_ACPI_SLEEP int acpi_pm_device_sleep_state(struct device *, int, int *); -#else /* !CONFIG_PM_SLEEP */ +#else /* !CONFIG_ACPI_SLEEP */ static inline int acpi_pm_device_sleep_state(struct device *d, int w, int *p) { if (p) *p = ACPI_STATE_D0; return ACPI_STATE_D3; } -#endif /* !CONFIG_PM_SLEEP */ +#endif /* !CONFIG_ACPI_SLEEP */ #endif /* CONFIG_ACPI */ Index: linux-2.6/arch/x86_64/defconfig =================================================================== --- linux-2.6.orig/arch/x86_64/defconfig 2007-07-30 07:58:48.000000000 +0200 +++ linux-2.6/arch/x86_64/defconfig 2007-07-30 08:27:27.000000000 +0200 @@ -207,9 +207,6 @@ CONFIG_SUSPEND_SMP=y # ACPI (Advanced Configuration and Power Interface) Support # CONFIG_ACPI=y -CONFIG_ACPI_SLEEP=y -CONFIG_ACPI_SLEEP_PROC_FS=y -CONFIG_ACPI_SLEEP_PROC_SLEEP=y CONFIG_ACPI_PROCFS=y CONFIG_ACPI_AC=y CONFIG_ACPI_BATTERY=y -
| KOSAKI Motohiro | [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| Nick Piggin | [patch 3/6] mm: fix fault vs invalidate race for linear mappings |
| Stefan Richter | Re: [PATCH 0/24] make atomic_read() behave consistently across all architectures |
| Ingo Molnar | [bug] stuck localhost TCP connections, v2.6.26-rc3+ |
git: | |
| Peter Zijlstra | Re: [PATCH 3/3] Convert the UDP hash lock to RCU |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | Re: 2.6.25-rc8: FTP transfer errors |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Doug Evans | Re: Stabilizing Linux |
| Robert Blum | And another version of the INFO sheet |
| Marc CORSINI | find-1.2 (binaries only) |
| Yanek Martinson | Re: Porting g++ 1.40.3 |
