From: Heiko Carstens Date: Mon, 3 Jul 2006 07:24:25 +0000 (-0700) Subject: [PATCH] lockdep: add print_ip_sym() X-Git-Tag: v2.6.18-rc1~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d8fdf5c76816e5263073008f03f097ffc713db3;p=pandora-kernel.git [PATCH] lockdep: add print_ip_sym() Provide a common print_ip_sym() function that prints the passed instruction pointer as well as the symbol belonging to it. Avoids adding a bunch of #ifdef CONFIG_64BIT in order to get the printk format right on 32/64 bit platforms. Acked-by: Ingo Molnar Cc: Arjan van de Ven Signed-off-by: Heiko Carstens Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed