aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/include/asm/nmi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/nmi.h b/arch/x86/include/asm/nmi.h
index a1a836c8131c..0e3793b821ef 100644
--- a/arch/x86/include/asm/nmi.h
+++ b/arch/x86/include/asm/nmi.h
@@ -40,7 +40,7 @@ typedef int (*nmi_handler_t)(unsigned int, struct pt_regs *);
40struct nmiaction { 40struct nmiaction {
41 struct list_head list; 41 struct list_head list;
42 nmi_handler_t handler; 42 nmi_handler_t handler;
43 unsigned int flags; 43 unsigned long flags;
44 const char *name; 44 const char *name;
45}; 45};
46 46