mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Re:=?iso-8859-1?Q?[COMPILE_ERROR]_realtime-preempt-2=2E6=2E12-final-V0=2E7=2E51-33_on_x86_64_SMP_system
@ 2005-07-22  9:13 Karsten Wiese
  2005-07-25 19:57 ` =?iso-8859-1?Q?[COMPILE_ERROR]_realtime-preempt-2=2E6=2E12-final-V0=2E7=2E51-33_on_x86_64_SMP_system Steve Wooding
  0 siblings, 1 reply; 2+ messages in thread
From: Karsten Wiese @ 2005-07-22  9:13 UTC (permalink / raw)
  To: steve_wooding; +Cc: Ingo Molnar, linux-kernel

Steve,

to make it compile and build replace
 arch/x86_64/kernel/smpboot.c: line 191
with this:
<snip>
static __cpuinitdata raw_spinlock_t tsc_sync_lock = RAW_SPIN_LOCK_UNLOCKED;
</snip>

or alternativly:
<snip>
static DEFINE_RAW_SPINLOCK(tsc_sync_lock);
</snip>

    Karsten

	

	
		
___________________________________________________________ 
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de

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

* Re: =?iso-8859-1?Q?[COMPILE_ERROR]_realtime-preempt-2=2E6=2E12-final-V0=2E7=2E51-33_on_x86_64_SMP_system
  2005-07-22  9:13 Karsten Wiese
@ 2005-07-25 19:57 ` Steve Wooding
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Wooding @ 2005-07-25 19:57 UTC (permalink / raw)
  To: Karsten Wiese; +Cc: Ingo Molnar, linux-kernel

Thanks Karsten,

That fixed it. Though now my bleeding edge InfiniBand driver is 
complaining about SPIN_LOCK_UNLOCKED being undeclared. Could this be 
caused by the preemt patch, as the IB driver compiles against an 
unpatched kernel. I'll look into further.

Cheers,

Steve.

Karsten Wiese wrote:

>Steve,
>
>to make it compile and build replace
> arch/x86_64/kernel/smpboot.c: line 191
>with this:
><snip>
>static __cpuinitdata raw_spinlock_t tsc_sync_lock = RAW_SPIN_LOCK_UNLOCKED;
></snip>
>
>or alternativly:
><snip>
>static DEFINE_RAW_SPINLOCK(tsc_sync_lock);
></snip>
>
>    Karsten
>
>	
>
>	
>		
>___________________________________________________________ 
>Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
>-
>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/
>
>  
>


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

end of thread, other threads:[~2005-07-25 19:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-22  9:13 Karsten Wiese
2005-07-25 19:57 ` =?iso-8859-1?Q?[COMPILE_ERROR]_realtime-preempt-2=2E6=2E12-final-V0=2E7=2E51-33_on_x86_64_SMP_system Steve Wooding

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

all inboxes | Powered by JetHome®