summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-07-18 19:01:23 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2008-07-18 19:01:23 +1000
commit0c3c25b3abb07f762a42b78632c2ee95eb0bfc55 (patch)
treed3a89f2ce7a407e91486d8e71f2f95126f947916
parenta5caf5e33faaec4857e6bbfdeb27e0d2f89da9d6 (diff)
sparc32: smp_call_function API change fallout
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r--include/asm-sparc/smp_32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sparc/smp_32.h b/include/asm-sparc/smp_32.h
index e6d561599726..b61e74bea06a 100644
--- a/include/asm-sparc/smp_32.h
+++ b/include/asm-sparc/smp_32.h
@@ -72,7 +72,7 @@ static inline void xc5(smpfunc_t func, unsigned long arg1, unsigned long arg2,
unsigned long arg3, unsigned long arg4, unsigned long arg5)
{ smp_cross_call(func, arg1, arg2, arg3, arg4, arg5); }
-static inline int smp_call_function(void (*func)(void *info), void *info, int nonatomic, int wait)
+static inline int smp_call_function(void (*func)(void *info), void *info, int wait)
{
xc1((smpfunc_t)func, (unsigned long)info);
return 0;