]> bbs.cooldavid.org Git - net-next-2.6.git/commit
allow bug table entries to use relative pointers (and use it on x86-64)
authorJan Beulich <jbeulich@novell.com>
Tue, 16 Dec 2008 11:40:27 +0000 (11:40 +0000)
committerIngo Molnar <mingo@elte.hu>
Tue, 16 Dec 2008 17:40:32 +0000 (18:40 +0100)
commitb93a531e315e97ef00367099e6b5f19651936e20
tree231e6d626fbf85dd80d7cbac49a9c9a14282f898
parent85072bd55219231b8ca5d9d3fa3492eb4fa6635f
allow bug table entries to use relative pointers (and use it on x86-64)

Impact: reduce bug table size

This allows reducing the bug table size by half. Perhaps there are
other 64-bit architectures that could also make use of this.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig
arch/x86/include/asm/bug.h
include/asm-generic/bug.h
lib/bug.c