Re: Linux-2.4.0-test2

From: Richard Gooch (rgooch@ras.ucalgary.ca)
Date: Sat Jun 24 2000 - 15:15:43 EST


Alan Cox writes:
> > {standard input}: Assembler messages:
> > {standard input}:1814: Error: no such 386 instruction: `ldmxcsr'
>
> Thats binutils

Yeah. The official version of binutils listed in Documentation/Changes.
Has a new version of binutils been mandated? If so, what is it?

> > -__cacheline_aligned spinlock_t runqueue_lock = SPIN_LOCK_UNLOCKED; /* second */
> > -__cacheline_aligned rwlock_t tasklist_lock = RW_LOCK_UNLOCKED; /* third */
> > +spinlock_t runqueue_lock __cacheline_aligned = SPIN_LOCK_UNLOCKED; /* second */
> > +rwlock_t tasklist_lock __cacheline_aligned = RW_LOCK_UNLOCKED; /* third */
> >
>
> And thats gcc 8)

Yeah. Again, the officially sanctioned version. Should we all be using
something else?

                                Regards,

                                        Richard....
Permanent: rgooch@atnf.csiro.au
Current: rgooch@ras.ucalgary.ca

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jun 26 2000 - 21:00:05 EST