Go to the documentation of this file.
17 #define MIPS_BE_DISCARD 0
18 #define MIPS_BE_FIXUP 1
19 #define MIPS_BE_FATAL 2
32 #define nmi_notifier(fn, pri) \
34 static struct notifier_block fn##_nb = { \
35 .notifier_call = fn, \
39 register_nmi_notifier(&fn##_nb); \