mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
da654b74bd
commit
e8d3f455de
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue