Explorar el Código

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>
Srinivasa Ds hace 17 años
padre
commit
e8d3f455de
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      include/asm-x86/traps.h

+ 2 - 0
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);