From: Michael Ellerman Date: Tue, 24 Jun 2008 01:32:28 +0000 (+1000) Subject: powerpc: Add ppc_function_entry() which gets the entry point for a function X-Git-Tag: v2.6.27-rc1~1058^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07630a37beefe8e4401c602f04e3e5bcbba50b31;p=pandora-kernel.git powerpc: Add ppc_function_entry() which gets the entry point for a function Because function pointers point to different things on 32-bit vs 64-bit, add a macro that deals with dereferencing the OPD on 64-bit. The soon to be merged ftrace wants this, as well as other code I am working on. Signed-off-by: Michael Ellerman Acked-by: Kumar Gala Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed