Re: [PATCH] x86 / PM: Replace CONFIG_PM_RUNTIME in io_apic.c

2014-12-01 Thread Rafael J. Wysocki
On Monday, December 01, 2014 11:04:47 AM Thomas Gleixner wrote: > On Sat, 29 Nov 2014, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > After commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is > > selected) PM_RUNTIME is always set if PM is set, so #ifdef blocks > >

Re: [PATCH] x86 / PM: Replace CONFIG_PM_RUNTIME in io_apic.c

2014-12-01 Thread Thomas Gleixner
On Sat, 29 Nov 2014, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > After commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is > selected) PM_RUNTIME is always set if PM is set, so #ifdef blocks > depending on CONFIG_PM_RUNTIME may now be changed to depend on > CONFIG_PM. > >

Re: [PATCH] x86 / PM: Replace CONFIG_PM_RUNTIME in io_apic.c

2014-12-01 Thread Rafael J. Wysocki
On Monday, December 01, 2014 11:04:47 AM Thomas Gleixner wrote: On Sat, 29 Nov 2014, Rafael J. Wysocki wrote: From: Rafael J. Wysocki rafael.j.wyso...@intel.com After commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is selected) PM_RUNTIME is always set if PM is set, so

Re: [PATCH] x86 / PM: Replace CONFIG_PM_RUNTIME in io_apic.c

2014-12-01 Thread Thomas Gleixner
On Sat, 29 Nov 2014, Rafael J. Wysocki wrote: From: Rafael J. Wysocki rafael.j.wyso...@intel.com After commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is selected) PM_RUNTIME is always set if PM is set, so #ifdef blocks depending on CONFIG_PM_RUNTIME may now be changed to depend