Re: please revert bogus patch to vmscan.c

Paul Mackerras (paulus@samba.org)
Wed, 31 Oct 2001 08:39:48 +1100 (EST)


Victor Yodaiken writes:

> You can't turn off hardware hash-chains on anything past 603, sadly enough.
> So all Macs, many embedded boards, ...

All the 4xx, 8xx, and 82xx embedded PPC cpus use software TLB
loading. The 7450 has a mode bit to say whether to use a hash table
or software TLB loading. And the new "Book E" specification also
mandates software-loaded TLBs.

That still leaves almost all of the current Macs and RS/6000s using a
hash table, of course. It does sound like providing at least the
option to use software TLB loading is becoming common in new PPC
designs.

(And BTW they are not hash *chains*, there is no chaining involved.
There is a primary bucket and a secondary bucket for any given
address, each of which can hold 8 ptes.)

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