[parisc-linux] Boot error on C200+
Ryan Bradetich
rbradetich@uswest.net
Sat, 02 Sep 2000 20:29:43 -0600
Bob,
Testing the patch now... if it works for me ... I'll commit the patch.
Thanks for the patch!
Ryan
Bob Pflederer wrote:
> I see this on C180. It goes away if you modify entry.S to use
> PA2.0-style tlb inserts instead of the PA1.1-style tlb inserts.
> Try the attached patch. It modifies the tlb miss handlers at startup to
> use PA2.0 tlb inserts if you have a PA2.0 cpu. PA-8000 docs claim
> that PA1.1 tlb inserts are not supported, so I suspect we're hitting
> a case that doesn't work.
>
> Would someone who has CVS write access be willing to commit this
> patch? It's the last thing I need to make C180 work.
>
> -Bob