386a387,396
>
> // Set memory attributes
> TlbEntry temp_te;
> tableWalker->memAttrs(temp_te, 0, 1);
> temp_te.shareable = true;
> DPRINTF(TLBVerbose, "(No MMU) setting memory attributes: shareable:\
> %d, innerAttrs: %d, outerAttrs: %d\n", temp_te.shareable,
> temp_te.innerAttrs, temp_te.outerAttrs);
> setAttr(temp_te.attributes);
>
411a422,428
> // Set memory attributes
> DPRINTF(TLBVerbose,
> "Setting memory attributes: shareable: %d, innerAttrs: %d, \
> outerAttrs: %d\n",
> te->shareable, te->innerAttrs, te->outerAttrs);
> setAttr(te->attributes);
>