Hi

I just tried running this on a new K6-2 350 MHz and IT LOCKED UP.
Just email me if you want additional information etc.

-------------------  http://www.image.dk/~elof  ----------------------
Kristian Elof Soerensen      [EMAIL PROTECTED]           (+45) 45 93 92 02 


> There's a specific posted piece of code that locks K6 (but not apparently
> K6-2) up. 
>
> $ cat a.s
>       .text
>       .align 4096                   /* r1 */
>       .globl _start
> _start:
>         movl   _start, %edi           /* S1 */
>       cmpb  0x80000000(%edi),%dl    /* r2, S2 */
>       je    nowhere                 /* r3 */
>       ret
> $ as -o a.o a.s
> $ ld -defsym nowhere=0xc0000000 a.o
> $ ./a.out

-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]

Reply via email to