]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/i386/kernel/timers/timer_hpet.c
[PATCH] More __read_mostly variables
[linux-2.6-omap-h63xx.git] / arch / i386 / kernel / timers / timer_hpet.c
index 001de97c9e4a78b720cf5d567e60656739c200a5..6dbb29f834e81ba19dcb5aa8658d4227c8f2b5d0 100644 (file)
@@ -18,7 +18,7 @@
 #include "mach_timer.h"
 #include <asm/hpet.h>
 
-static unsigned long __read_mostly hpet_usec_quotient; /* convert hpet clks to usec */
+static unsigned long hpet_usec_quotient __read_mostly; /* convert hpet clks to usec */
 static unsigned long tsc_hpet_quotient;                /* convert tsc to hpet clks */
 static unsigned long hpet_last;        /* hpet counter value at last tick*/
 static unsigned long last_tsc_low;     /* lsb 32 bits of Time Stamp Counter */