2.6.4-rc2 (and earlier) - conflicting types for `linux_cpus' on sparc

From: Jakub Bogusz
Date: Fri Mar 05 2004 - 09:44:16 EST


CC arch/sparc/kernel/devices.o
arch/sparc/kernel/devices.c:18: error: conflicting types for `linux_cpus'
include/asm/smp.h:37: error: previous declaration of `linux_cpus'
make[1]: *** [arch/sparc/kernel/devices.o] Error 1
make: *** [arch/sparc/kernel] Error 2

kernel/devices.c contains:
struct prom_cpuinfo linux_cpus[32];

while asm-sparc/smp.h contains:
extern struct prom_cpuinfo linux_cpus[NR_CPUS];

I suppose it should be [NR_CPUS] in the first place too?


--
Jakub Bogusz http://cyber.cs.net.pl/~qboosh/
PLD Team http://www.pld-linux.org/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/