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)
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>

No differences found