[PATCH] proper prototype for tosh_smm()
[linux-drm-fsl-dcu.git] / include / asm-sparc64 / kdebug.h
index 4040d127ac3e2b1e0960126a2970396f031c3c43..11251bdd00cb46cdda51cd758987588c9d625934 100644 (file)
@@ -17,6 +17,8 @@ struct die_args {
 
 extern int register_die_notifier(struct notifier_block *);
 extern int unregister_die_notifier(struct notifier_block *);
+extern int register_page_fault_notifier(struct notifier_block *);
+extern int unregister_page_fault_notifier(struct notifier_block *);
 extern struct atomic_notifier_head sparc64die_chain;
 
 extern void bad_trap(struct pt_regs *, long);