]> xenbits.xensource.com Git - xen.git/commit
x86/nmi.c: use plain bool
authorWei Liu <wei.liu2@citrix.com>
Wed, 28 Jun 2017 13:49:03 +0000 (14:49 +0100)
committerWei Liu <wei.liu2@citrix.com>
Thu, 29 Jun 2017 10:57:04 +0000 (11:57 +0100)
commita0979fe3230c25d0a2bc7994b6915bfcf9d6603f
tree61dbfd610ce9769f61875dde8f6e7dc4642abbcc
parent65c6246d6e7b2aabaef6735f1f41d4c514178b54
x86/nmi.c: use plain bool

While at it, change check_nmi_watchdog to return void because its
return value is not used anyway.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper@citrix.com>
xen/arch/x86/nmi.c
xen/include/asm-x86/apic.h
xen/include/asm-x86/nmi.h
xen/include/xen/watchdog.h