603c603
< if (cacheEntry[0]) {
---
> if (cacheEntry[0]) {
605c605
< Addr ce_va = ce->range.va;
---
> Addr ce_va = ce->range.va;
691,692d690
< if (AsiIsNoFault(asi))
< panic("No Fault ASIs not supported\n");
693a692,697
> //XXX It's unclear from looking at the documentation how a no fault
> //load differs from a regular one, other than what happens concerning
> //nfo and e bits in the TTE
> // if (AsiIsNoFault(asi))
> // panic("No Fault ASIs not supported\n");
>
712c716
< !AsiIsTwin(asi) && !AsiIsBlock(asi))
---
> !AsiIsTwin(asi) && !AsiIsBlock(asi) && !AsiIsNoFault(asi))