mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-03 15:55:38 +00:00
powerpc: Fix compile error with paca code on ppc64e
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>
This commit is contained in:
parent
b6f9e595d2
commit
3c4b76449b
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue