Re: linux-2.1.42 question

David S. Miller (davem@jenolan.rutgers.edu)
Fri, 20 Jun 1997 18:16:27 -0400


From: alan@lxorguk.ukuu.org.uk (Alan Cox)
Date: Fri, 20 Jun 1997 23:15:22 +0100 (BST)

Swap it for nops and see what occurs. This is however exactly the
kind of spot you find tlb/pipeline bugs in a lot of CPU's.

On the HyperSparc I cannot execute a "tlb flush all" instruction in a
branch delay slot, it can watchdog reset the cpu if the branch
destination sits at the begining of a cache line and the pipe stalls
due to the cache line cross... poof

UltraSparc is much nicer, and faster too 8-)