x86: introducing asm-x86/traps.h
authorJaswinder Singh <jaswinder@infradead.org>
Tue, 15 Jul 2008 15:39:13 +0000 (21:09 +0530)
committerIngo Molnar <mingo@elte.hu>
Fri, 18 Jul 2008 16:51:57 +0000 (18:51 +0200)
commit6ac8d51f01d345af5ea4209004a9ea29b2f20891
tree4bed79ccabfe249e15be859e348ff835830e3715
parent3f9b5cc018566ad9562df0648395649aebdbc5e0
x86: introducing asm-x86/traps.h

Declaring x86 traps under one hood.
Declaring x86 do_traps before defining them.

Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Alexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/traps_32.c
arch/x86/kernel/traps_64.c
include/asm-x86/traps.h [new file with mode: 0644]