]> err.no Git - linux-2.6/commit
x86: make printk_address regs->ip always reliable
authorArjan van de Ven <arjan@linux.intel.com>
Wed, 30 Jan 2008 12:33:08 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:08 +0000 (13:33 +0100)
commitaafbd7eb2057edfc9a17b258e3f0258a4e6d8198
treee71499d62651d2a4e7dec958ab749e7a729eb20f
parenta25bd94964e87b1b93903a822fba5025d995d4da
x86: make printk_address regs->ip always reliable

printk_address()'s second parameter is the reliability indication,
not the ebp. If we're printing regs->ip we're reliable by definition,
so pass a 1 here.

Signed-off-by: Arjan van de Ven
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/process_64.c
arch/x86/kernel/traps_64.c