Skip to content

Commit

Permalink
signals: demultiplexing SIGTRAP signal, fix
Browse files Browse the repository at this point in the history
fix build breakage, missing header file.

Signed-off-by: Srinivasa DS <srinivasa@in.ibm.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Srinivasa Ds authored and Ingo Molnar committed Sep 23, 2008
1 parent da654b7 commit e8d3f45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/asm-x86/traps.h
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit e8d3f45

Please sign in to comment.