lkml.org 
[lkml]   [2004]   [Mar]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject2.6.4-rc2 (and earlier) - conflicting types for `linux_cpus' on sparc
  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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:01    [W:0.028 / U:0.712 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site