x86: traps_xx: shuffle headers and globals
authorAlexander van Heukelum <heukelum@mailshack.com>
Tue, 1 Jul 2008 23:30:30 +0000 (01:30 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 9 Jul 2008 06:15:36 +0000 (08:15 +0200)
commitbadc76527f7e29302f0bde3d366c59101fb2ab87
treea31ec2550a7e6a99b58891ee44de1d59cfe3d985
parenta8c1be9d2e78d8608892c86791837acf12da4bf6
x86: traps_xx: shuffle headers and globals

Reorder headers and collect globals in traps_32.c and traps_64.c

Code size and data size are unaffected by the changes. Code
itself is changed due to different ordering of data and bss.
The bss segment changed size due to a change in the packing
of the variables.

Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Acked-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/traps_32.c
arch/x86/kernel/traps_64.c