projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6f9e59
)
powerpc: Fix compile error with paca code on ppc64e
author
Kumar Gala
<galak@kernel.crashing.org>
Thu, 7 Oct 2010 22:05:08 +0000
(17:05 -0500)
committer
Kumar Gala
<galak@kernel.crashing.org>
Thu, 14 Oct 2010 05:53:08 +0000
(
00:53
-0500)
arch/powerpc/kernel/paca.c: In function 'allocate_lppacas':
arch/powerpc/kernel/paca.c:111:1: error: parameter name omitted
arch/powerpc/kernel/paca.c:111:1: error: parameter name omitted
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/kernel/paca.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/paca.c
b/arch/powerpc/kernel/paca.c
index
1e068a4
..
cefc0df
100644
(file)
--- a/
arch/powerpc/kernel/paca.c
+++ b/
arch/powerpc/kernel/paca.c
@@
-108,7
+108,7
@@
static void free_lppacas(void)
#else
-static inline void allocate_lppacas(int
, unsigned long
) { }
+static inline void allocate_lppacas(int
nr_cpus, unsigned long limit
) { }
static inline void free_lppacas(void) { }
#endif /* CONFIG_PPC_BOOK3S */