diff options
Diffstat (limited to 'drivers/clocksource/acpi_pm.c')
| -rw-r--r-- | drivers/clocksource/acpi_pm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clocksource/acpi_pm.c b/drivers/clocksource/acpi_pm.c index d42060ede930..5cfcff532545 100644 --- a/drivers/clocksource/acpi_pm.c +++ b/drivers/clocksource/acpi_pm.c | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | /* | 26 | /* |
| 27 | * The I/O port the PMTMR resides at. | 27 | * The I/O port the PMTMR resides at. |
| 28 | * The location is detected during setup_arch(), | 28 | * The location is detected during setup_arch(), |
| 29 | * in arch/i386/acpi/boot.c | 29 | * in arch/i386/kernel/acpi/boot.c |
| 30 | */ | 30 | */ |
| 31 | u32 pmtmr_ioport __read_mostly; | 31 | u32 pmtmr_ioport __read_mostly; |
| 32 | 32 | ||
| @@ -90,7 +90,7 @@ __setup("acpi_pm_good", acpi_pm_good_setup); | |||
| 90 | static inline void acpi_pm_need_workaround(void) | 90 | static inline void acpi_pm_need_workaround(void) |
| 91 | { | 91 | { |
| 92 | clocksource_acpi_pm.read = acpi_pm_read_slow; | 92 | clocksource_acpi_pm.read = acpi_pm_read_slow; |
| 93 | clocksource_acpi_pm.rating = 110; | 93 | clocksource_acpi_pm.rating = 120; |
| 94 | } | 94 | } |
| 95 | 95 | ||
| 96 | /* | 96 | /* |
