Re: Linux-2.4.0-test2

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Sat Jun 24 2000 - 15:08:39 EST


> {standard input}: Assembler messages:
> {standard input}:1814: Error: no such 386 instruction: `ldmxcsr'

Thats binutils

> -__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)

-
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