commit | badc76527f7e29302f0bde3d366c59101fb2ab87 | [log] [tgz] |
---|---|---|
author | Alexander van Heukelum <heukelum@mailshack.com> | Wed Jul 02 01:30:30 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jul 09 08:15:36 2008 +0200 |
tree | a31ec2550a7e6a99b58891ee44de1d59cfe3d985 | |
parent | a8c1be9d2e78d8608892c86791837acf12da4bf6 [diff] |
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>