X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fkdebug.h;h=ae6d206728afc476d015b15ee2a9f5e2588f467e;hb=de29cba9c9bb2dc35803e8d5c968a454e297b8f3;hp=1c73d2ec9b597cc9a9d4fa61a93ea7d9f9967eb0;hpb=1eeb66a1bb973534dc3d064920a5ca683823372e;p=linux-2.6 diff --git a/include/asm-powerpc/kdebug.h b/include/asm-powerpc/kdebug.h index 1c73d2ec9b..ae6d206728 100644 --- a/include/asm-powerpc/kdebug.h +++ b/include/asm-powerpc/kdebug.h @@ -2,14 +2,6 @@ #define _ASM_POWERPC_KDEBUG_H #ifdef __KERNEL__ -/* nearly identical to x86_64/i386 code */ - -#include - -extern int register_page_fault_notifier(struct notifier_block *); -extern int unregister_page_fault_notifier(struct notifier_block *); -extern struct atomic_notifier_head powerpc_die_chain; - /* Grossly misnamed. */ enum die_val { DIE_OOPS = 1, @@ -17,7 +9,6 @@ enum die_val { DIE_DABR_MATCH, DIE_BPT, DIE_SSTEP, - DIE_PAGE_FAULT, }; #endif /* __KERNEL__ */