commit | f05e798ad4c09255f590f5b2c00a7ca6c172f983 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Mar 28 18:11:12 2012 +0100 |
committer | David Howells <dhowells@redhat.com> | Wed Mar 28 18:11:12 2012 +0100 |
tree | 6b7125d3f086a63a0f571bda568c9b62cc25609d | |
parent | 778aae84ef694325662447eceba1a5f7d3eebdbb [diff] [blame] |
Disintegrate asm/system.h for X86 Disintegrate asm/system.h for X86. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: H. Peter Anvin <hpa@zytor.com> cc: x86@kernel.org
diff --git a/arch/x86/include/asm/bug.h b/arch/x86/include/asm/bug.h index f654d1b..11e1152 100644 --- a/arch/x86/include/asm/bug.h +++ b/arch/x86/include/asm/bug.h
@@ -36,4 +36,8 @@ #endif /* !CONFIG_BUG */ #include <asm-generic/bug.h> + + +extern void show_regs_common(void); + #endif /* _ASM_X86_BUG_H */