]> git.hungrycats.org Git - linux/commitdiff
ppc64: nuke a bunch of warnings, from akpm
authorAnton Blanchard <anton@samba.org>
Fri, 17 Oct 2003 09:15:55 +0000 (19:15 +1000)
committerAnton Blanchard <anton@samba.org>
Fri, 17 Oct 2003 09:15:55 +0000 (19:15 +1000)
arch/ppc64/kernel/pacaData.c

index 85b8a1621d34450e60709776a505d6a1e32efc2b..1cc6e4d910e5cd31a2094a9a308971d52152b148 100644 (file)
@@ -64,7 +64,7 @@ struct systemcfg *systemcfg;
                (&paca[number].exception_stack[0]) - EXC_FRAME_SIZE,        \
 }
 
-struct paca_struct paca[NR_CPUS] __page_aligned = {
+struct paca_struct paca[] __page_aligned = {
 #ifdef CONFIG_PPC_ISERIES
        PACAINITDATA( 0, 1, &xItLpQueue, 0, STAB0_VIRT_ADDR),
 #else