5 * Feb 2006 Ported to s390 <grundym@us.ibm.com>
7 #include <linux/notifier.h>
12 * These are only here because kprobes.c wants them to implement a
13 * blatant layering violation. Will hopefully go away soon once all
14 * architectures are updated.
16 static inline int register_page_fault_notifier(struct notifier_block *nb)
20 static inline int unregister_page_fault_notifier(struct notifier_block *nb)
40 extern void die(const char *, struct pt_regs *, long);