Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
arch/powerpc/kernel/paca.c
··· 108 108 109 109 #else 110 110 111 - static inline void allocate_lppacas(int, unsigned long) { } 111 + static inline void allocate_lppacas(int nr_cpus, unsigned long limit) { } 112 112 static inline void free_lppacas(void) { } 113 113 114 114 #endif /* CONFIG_PPC_BOOK3S */