[PATCH] Additions to .data.read_mostly section
[deliverable/linux.git] / 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 */
This page took 0.029372 seconds and 5 git commands to generate.