traps: x86: finalize unification of traps.c
authorAlexander van Heukelum <heukelum@fastmail.fm>
Fri, 3 Oct 2008 20:00:40 +0000 (22:00 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:33:29 +0000 (10:33 +0200)
commit8728861b4fead8119a1b7bb856a387320859cd98
tree03acdb0dccde800696409b6f59f8d5248c4da0f6
parent081f75bbdc86de53537e1b5aca01de72bd2fea6b
traps: x86: finalize unification of traps.c

traps_32.c and traps_64.c are now equal. Move one to traps.c,
delete the other one and change the Makefile

Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/Makefile
arch/x86/kernel/traps.c [new file with mode: 0644]
arch/x86/kernel/traps_32.c [deleted file]
arch/x86/kernel/traps_64.c [deleted file]