aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hpet.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2012-03-23 11:46:11 +0100
committerJan Beulich <jbeulich@suse.com>2012-03-23 11:46:11 +0100
commit8c3e852fe4bf40d390d9c1fb59e2e1cc7663e713 (patch)
tree25ff75ffc2a70a1d5d9ff922bda8dd345fe6a800 /xen/arch/x86/hpet.c
parent43dd3ea3a67b8cfe6d4517ece1a8d033f18bf63d (diff)
downloadxen-8c3e852fe4bf40d390d9c1fb59e2e1cc7663e713.tar.gz
xen-8c3e852fe4bf40d390d9c1fb59e2e1cc7663e713.tar.bz2
xen-8c3e852fe4bf40d390d9c1fb59e2e1cc7663e713.zip
x86/hpet: force_hpet_broadcast can be __initdata
Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/arch/x86/hpet.c')
-rw-r--r--xen/arch/x86/hpet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/hpet.c b/xen/arch/x86/hpet.c
index 0f6d1a1fbb..b17cd07497 100644
--- a/xen/arch/x86/hpet.c
+++ b/xen/arch/x86/hpet.c
@@ -57,7 +57,7 @@ unsigned long __read_mostly hpet_address;
* if RTC interrupts are enabled. Enable this option if want to always enable
* legacy hpet broadcast for deep C state
*/
-static bool_t __read_mostly force_hpet_broadcast;
+static bool_t __initdata force_hpet_broadcast;
boolean_param("hpetbroadcast", force_hpet_broadcast);
/*