summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@linux.intel.com>2008-08-15 15:29:38 -0700
committerIngo Molnar <mingo@elte.hu>2008-09-10 09:08:53 +0200
commitab7476cf76e560f0efda2a631a70aabe93009025 (patch)
treed4e843760774d7099692950a6ac49ccdbc8b0d55 /lib
parentfb822db465bd9fd4208eef1af4490539b236c54e (diff)
downloadop-kernel-dev-ab7476cf76e560f0efda2a631a70aabe93009025.zip
op-kernel-dev-ab7476cf76e560f0efda2a631a70aabe93009025.tar.gz
debug: add notifier chain debugging, v2
- unbreak ia64 (and powerpc) where function pointers dont point at code but at data (reported by Tony Luck) [ mingo@elte.hu: various cleanups ] Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'lib')
-rw-r--r--lib/vsprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vsprintf.c b/lib/vsprintf.c
index d8d1d11..f5e5ffb 100644
--- a/lib/vsprintf.c
+++ b/lib/vsprintf.c
@@ -513,7 +513,7 @@ static char *string(char *buf, char *end, char *s, int field_width, int precisio
return buf;
}
-static inline void *dereference_function_descriptor(void *ptr)
+void *dereference_function_descriptor(void *ptr)
{
#if defined(CONFIG_IA64) || defined(CONFIG_PPC64)
void *p;
OpenPOWER on IntegriCloud