]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit527972a95cf152013e32f2d1ea7466568084b51c
tree03acdb0dccde800696409b6f59f8d5248c4da0f6
parent5a71a8c0117f968bfb0d0dac594c4c88fafbcc5b
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]