]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] x86_64: miscellaneous cleanup
authorJan Beulich <jbeulich@novell.com>
Sat, 25 Mar 2006 15:30:01 +0000 (16:30 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 17:10:54 +0000 (09:10 -0800)
commite57113bc1ff591005ec0b0fb4885d97c01de73d8
tree5e383dc4bdb5decf06adecca6da76fec6cbaa7d8
parent1f50249e940baa7133e0bdb32cd564bb3ba28456
[PATCH] x86_64: miscellaneous cleanup

- adjust limits of GDT/IDT pseudo-descriptors (some were off by one)
- move empty_zero_page into .bss.page_aligned
- move cpu_gdt_table into .data.page_aligned
- move idt_table into .bss
- align inital_code and init_rsp
- eliminate pointless (re-)declaration of idt_table in traps.c

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/head.S
arch/x86_64/kernel/setup64.c
arch/x86_64/kernel/traps.c