aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/debugreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/debugreg.h')
-rw-r--r--arch/x86/include/asm/debugreg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/debugreg.h b/arch/x86/include/asm/debugreg.h
index 9a3333c91f9..f1b673f0823 100644
--- a/arch/x86/include/asm/debugreg.h
+++ b/arch/x86/include/asm/debugreg.h
@@ -89,6 +89,8 @@ static inline void hw_breakpoint_disable(void)
89 set_debugreg(0UL, 3); 89 set_debugreg(0UL, 3);
90} 90}
91 91
92extern void aout_dump_debugregs(struct user *dump);
93
92#ifdef CONFIG_KVM 94#ifdef CONFIG_KVM
93extern void hw_breakpoint_restore(void); 95extern void hw_breakpoint_restore(void);
94#endif 96#endif