]> err.no Git - linux-2.6/blobdiff - arch/i386/kernel/timers/timer_hpet.c
[PATCH] Additions to .data.read_mostly section
[linux-2.6] / arch / i386 / kernel / timers / timer_hpet.c
index 6dbb29f834e81ba19dcb5aa8658d4227c8f2b5d0..d973a8b681fd5256d75212e77e43131141e07641 100644 (file)
@@ -19,7 +19,7 @@
 #include <asm/hpet.h>
 
 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 tsc_hpet_quotient __read_mostly;  /* 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 */
 static unsigned long last_tsc_high;    /* msb 32 bits of Time Stamp Counter */