aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/kdebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86_64/kdebug.h')
-rw-r--r--include/asm-x86_64/kdebug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86_64/kdebug.h b/include/asm-x86_64/kdebug.h
index 2b0c088e2957..e9ce163b1550 100644
--- a/include/asm-x86_64/kdebug.h
+++ b/include/asm-x86_64/kdebug.h
@@ -33,6 +33,7 @@ enum die_val {
33 DIE_GPF, 33 DIE_GPF,
34 DIE_CALL, 34 DIE_CALL,
35 DIE_NMI_IPI, 35 DIE_NMI_IPI,
36 DIE_NMI_POST,
36 DIE_PAGE_FAULT, 37 DIE_PAGE_FAULT,
37}; 38};
38 39