x86, traps, i386: factor out lazy io-bitmap copy
authorAlexander van Heukelum <heukelum@fastmail.fm>
Tue, 30 Sep 2008 16:41:35 +0000 (18:41 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:33:19 +0000 (10:33 +0200)
commitae82157b3d8bb4902f76b56c7450a945288786ac
tree5148bdb03b75278e1bb9c28458baf8e9df3e623b
parenta28680b4b821a262fd3b5e57a28c148b5f9e662a
x86, traps, i386: factor out lazy io-bitmap copy

x86_64 does not do the lazy io-bitmap dance. Putting it in
its own function makes i386's do_general_protection look
much more like x86_64's.

Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/traps_32.c