summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSrinivasa Ds2008-09-23 11:53:52 +0200
committerIngo Molnar2008-09-23 16:30:21 +0200
commite8d3f455de4f42d4bab2f6f1aeb2cf3bd18eb508 (patch)
treed623774d9329f17e5f36e37296beb4dca17ff95b /include
parentsignals: demultiplexing SIGTRAP signal (diff)
downloadkernel-qcow2-linux-e8d3f455de4f42d4bab2f6f1aeb2cf3bd18eb508.tar.gz
kernel-qcow2-linux-e8d3f455de4f42d4bab2f6f1aeb2cf3bd18eb508.tar.xz
kernel-qcow2-linux-e8d3f455de4f42d4bab2f6f1aeb2cf3bd18eb508.zip
signals: demultiplexing SIGTRAP signal, fix
fix build breakage, missing header file. Signed-off-by: Srinivasa DS <srinivasa@in.ibm.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include')
-rw-r--r--include/asm-x86/traps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/traps.h b/include/asm-x86/traps.h
index 4b1e90409251..7a692baa51ae 100644
--- a/include/asm-x86/traps.h
+++ b/include/asm-x86/traps.h
@@ -1,6 +1,8 @@
#ifndef ASM_X86__TRAPS_H
#define ASM_X86__TRAPS_H
+#include <asm/debugreg.h>
+
/* Common in X86_32 and X86_64 */
asmlinkage void divide_error(void);
asmlinkage void debug(void);