diff options
author | Arjan van de Ven <arjan@linux.intel.com> | 2008-08-15 18:29:38 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-09-10 03:08:53 -0400 |
commit | ab7476cf76e560f0efda2a631a70aabe93009025 (patch) | |
tree | d4e843760774d7099692950a6ac49ccdbc8b0d55 /lib | |
parent | fb822db465bd9fd4208eef1af4490539b236c54e (diff) |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vsprintf.c b/lib/vsprintf.c index d8d1d1142248..f5e5ffb9942f 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 | |||
513 | return buf; | 513 | return buf; |
514 | } | 514 | } |
515 | 515 | ||
516 | static inline void *dereference_function_descriptor(void *ptr) | 516 | void *dereference_function_descriptor(void *ptr) |
517 | { | 517 | { |
518 | #if defined(CONFIG_IA64) || defined(CONFIG_PPC64) | 518 | #if defined(CONFIG_IA64) || defined(CONFIG_PPC64) |
519 | void *p; | 519 | void *p; |