projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dabff1
)
x86/hpet.c: use plain bool
author
Wei Liu
<wei.liu2@citrix.com>
Fri, 30 Jun 2017 16:00:06 +0000
(17:00 +0100)
committer
Wei Liu
<wei.liu2@citrix.com>
Tue, 4 Jul 2017 13:54:42 +0000
(14:54 +0100)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/hpet.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/hpet.c
b/xen/arch/x86/hpet.c
index 7e8b438c0fa02f7d7ba8f281102a2329b9fd64e5..46f4c428a1cd0e9b28df2c3ac855dfb35cf05144 100644
(file)
--- a/
xen/arch/x86/hpet.c
+++ b/
xen/arch/x86/hpet.c
@@
-58,7
+58,7
@@
u8 __initdata hpet_flags;
* if RTC interrupts are enabled. Enable this option if want to always enable
* legacy hpet broadcast for deep C state
*/
-static bool
_t
__initdata force_hpet_broadcast;
+static bool __initdata force_hpet_broadcast;
boolean_param("hpetbroadcast", force_hpet_broadcast);
/*