* [PATCH] x86/hpet: force_hpet_broadcast can be __initdata
@ 2012-03-23 9:14 Jan Beulich
2012-03-23 10:24 ` Keir Fraser
0 siblings, 1 reply; 2+ messages in thread
From: Jan Beulich @ 2012-03-23 9:14 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 465 bytes --]
Signed-off-by: Jan Beulich <jbeulich@suse.com>
--- 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);
/*
[-- Attachment #2: x86-hpet-force-initdata.patch --]
[-- Type: text/plain, Size: 511 bytes --]
x86/hpet: force_hpet_broadcast can be __initdata
Signed-off-by: Jan Beulich <jbeulich@suse.com>
--- 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);
/*
[-- Attachment #3: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] x86/hpet: force_hpet_broadcast can be __initdata
2012-03-23 9:14 [PATCH] x86/hpet: force_hpet_broadcast can be __initdata Jan Beulich
@ 2012-03-23 10:24 ` Keir Fraser
0 siblings, 0 replies; 2+ messages in thread
From: Keir Fraser @ 2012-03-23 10:24 UTC (permalink / raw)
To: Jan Beulich, xen-devel
On 23/03/2012 09:14, "Jan Beulich" <JBeulich@suse.com> wrote:
> Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
> --- 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);
>
> /*
>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-23 10:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-23 9:14 [PATCH] x86/hpet: force_hpet_broadcast can be __initdata Jan Beulich
2012-03-23 10:24 ` Keir Fraser
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).