]> git.baikalelectronics.ru Git - kernel.git/commit
traps: x86: make traps_32.c and traps_64.c equal
authorAlexander van Heukelum <heukelum@fastmail.fm>
Fri, 3 Oct 2008 20:00:39 +0000 (22:00 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:33:28 +0000 (10:33 +0200)
commit5a71a8c0117f968bfb0d0dac594c4c88fafbcc5b
tree739b7954495fb63559b0184b76cc32c63aa2bdcd
parent5dbfccb0c79c4b0fa7271db6f84c2d4e1459b5e1
traps: x86: make traps_32.c and traps_64.c equal

Use CONFIG_X86_64/CONFIG_X86_32 to condtionally compile the
parts needed for x86_64 or i386 only.

Runs a small userspace for a number of minimal configurations
and boots the defconfigs.

Signed-off-by: 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