[PATCH 0/2] PM / QoS: unconditionally build the feature

From: Jean Pihet
Date: Tue Feb 07 2012 - 03:34:23 EST


The PM QoS features depend on CONFIG_PM which depends on
PM_SLEEP || PM_RUNTIME. This breaks CPU C-states with kernels
not having these CONFIGs.

Those patches allow the features in all cases.

Based on 3.3-rc1 from mainline.
Tested on OMAP3 Beagleboard, with CONFIG_PM.
Compile tested using the i386 defconfig, with and without CONFIG_PM.


Jean Pihet (2):
PM / QoS: unconditionally build the feature
PM / QoS: unconditionally build the per-device constraints feature

drivers/base/power/Makefile | 3 +-
include/linux/pm_qos.h | 66 -------------------------------------------
kernel/power/Makefile | 3 +-
3 files changed, 4 insertions(+), 68 deletions(-)

--
1.7.5.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/