Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Compilation fails with CONFIG_DEBUG_SPINLOCK
@ 2004-10-13  9:20 Thomas Petazzoni
  2004-10-18 10:03 ` Thomas Petazzoni
  2004-10-22 12:50 ` Ralf Baechle
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2004-10-13  9:20 UTC (permalink / raw)
  To: linux-mips; +Cc: mentre

Hello,

With the last CVS, if you check CONFIG_DEBUG_SPINLOCK, the compilation
fails :

arch/mips/kernel/built-in.o(.text+0x2e84): In function `probe_irq_on':
: undefined reference to `atomic_lock'
arch/mips/kernel/built-in.o(.text+0x2e88): In function `probe_irq_on':
: undefined reference to `atomic_lock'
arch/mips/kernel/built-in.o(.text+0x2e90): In function `probe_irq_on':
: undefined reference to `atomic_lock'
arch/mips/kernel/built-in.o(.text+0x2e94): In function `probe_irq_on':
: undefined reference to `atomic_lock'
arch/mips/kernel/built-in.o(.text+0x2ebc): In function `probe_irq_on':
: undefined reference to `atomic_lock'
arch/mips/kernel/built-in.o(.text+0x2ec0): more undefined references
to `atomic_lock' follow
make: *** [.tmp_vmlinux1] Error 1

Some macros in include/asm/atomic.h uses a spinlock called
atomic_lock. An "extern" definition is made at the top of the file,
but the real spinlock is not defined anywhere.

I think this is trivial to fix, but I'm not sure what is the right
place to declare the spin lock and to initialize it.

Thomas
-- 
PETAZZONI Thomas - thomas.petazzoni@enix.org 
http://thomas.enix.org - Jabber: kos_tom@sourcecode.de
KOS: http://kos.enix.org/ - Lolut: http://lolut.utbm.info
Fingerprint : 0BE1 4CF3 CEA4 AC9D CC6E  1624 F653 CB30 98D3 F7A7

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-10-22 12:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-13  9:20 Compilation fails with CONFIG_DEBUG_SPINLOCK Thomas Petazzoni
2004-10-18 10:03 ` Thomas Petazzoni
2004-10-22 12:50 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox