From: Arjan van de Ven Date: Wed, 30 Jan 2008 12:33:08 +0000 (+0100) Subject: x86: make printk_address regs->ip always reliable X-Git-Tag: v2.6.25-rc1~1143^2~309 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aafbd7eb2057edfc9a17b258e3f0258a4e6d8198;p=pandora-kernel.git 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 Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed