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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to