File hal-removal.diff of Package pm-profiler
Remove HAL_DISABLE_POLLING from config files, which are leftovers from the HAL removal task. --- pm-profiler-0.1_20111222/profiles/balanced_low_latency/config.orig 2015-01-02 01:18:25.039619898 +0100 +++ pm-profiler-0.1_20111222/profiles/balanced_low_latency/config 2015-01-02 01:18:39.989899017 +0100 @@ -4,4 +4,3 @@ CPUFREQ_SCHED_MC_POWER_SAVINGS="0" CPUFREQ_ONDEMAND_UP_THRESHOLD="20" SATA_ALPM="medium_power" -HAL_DISABLE_POLLING="yes" --- pm-profiler-0.1_20111222/profiles/powersaving/config.orig 2015-01-02 01:20:17.657723633 +0100 +++ pm-profiler-0.1_20111222/profiles/powersaving/config 2015-01-02 01:20:33.874026775 +0100 @@ -3,6 +3,5 @@ CPUFREQ_GOVERNOR="ondemand" CPUFREQ_SCHED_MC_POWER_SAVINGS="1" SATA_ALPM="min_power" -HAL_DISABLE_POLLING="yes" DIRTY_WRITEBACK_CENTISECS="1500" READ_AHEAD_KB="3072"