mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-16 14:38:49 +00:00
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
|
#ifndef ASM_X86__TRAPS_H
|
||||||
#define ASM_X86__TRAPS_H
|
#define ASM_X86__TRAPS_H
|
||||||
|
|
||||||
|
#include <asm/debugreg.h>
|
||||||
|
|
||||||
/* Common in X86_32 and X86_64 */
|
/* Common in X86_32 and X86_64 */
|
||||||
asmlinkage void divide_error(void);
|
asmlinkage void divide_error(void);
|
||||||
asmlinkage void debug(void);
|
asmlinkage void debug(void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user