]> err.no Git - linux-2.6/blobdiff - drivers/clocksource/acpi_pm.c
[PATCH] pr_debug: umem: repair nonexistant bh pr_debug reference
[linux-2.6] / drivers / clocksource / acpi_pm.c
index 9217be5048d53f795db98851bbfabaa67aee6d44..7ad3be8c0f49e4f0bfc1722418ba377e9712de74 100644 (file)
@@ -30,9 +30,9 @@
  * The location is detected during setup_arch(),
  * in arch/i386/acpi/boot.c
  */
-u32 pmtmr_ioport;
+u32 pmtmr_ioport __read_mostly;
 
-#define ACPI_PM_MASK 0xFFFFFF /* limit it to 24 bits */
+#define ACPI_PM_MASK CLOCKSOURCE_MASK(24) /* limit it to 24 bits */
 
 static inline u32 read_pmtmr(void)
 {
@@ -47,7 +47,7 @@ static cycle_t acpi_pm_read_verified(void)
        /*
         * It has been reported that because of various broken
         * chipsets (ICH4, PIIX4 and PIIX4E) where the ACPI PM clock
-        * source is not latched, so you must read it multiple
+        * source is not latched, you must read it multiple
         * times to ensure a safe value is read:
         */
        do {