1 #ifndef _ASM_POWERPC_KDEBUG_H
2 #define _ASM_POWERPC_KDEBUG_H
5 /* nearly identical to x86_64/i386 code */
7 #include <linux/notifier.h>
10 * These are only here because kprobes.c wants them to implement a
11 * blatant layering violation. Will hopefully go away soon once all
12 * architectures are updated.
14 static inline int register_page_fault_notifier(struct notifier_block
*nb
)
18 static inline int unregister_page_fault_notifier(struct notifier_block
*nb
)
22 extern struct atomic_notifier_head powerpc_die_chain
;
24 /* Grossly misnamed. */
33 #endif /* __KERNEL__ */
34 #endif /* _ASM_POWERPC_KDEBUG_H */