2a0fb3c155
Always set an IBAT covering up to _einittext during init because when
CONFIG_MODULES is not selected there is no reason to have an exception
handler for kernel instruction TLB misses.
It implies DBAT and IBAT are now totaly independent, IBATs are set
by setibat() and DBAT by setbat().
This allows to revert commit
|
||
---|---|---|
.. | ||
Makefile | ||
hash_low.S | ||
kuap.c | ||
mmu.c | ||
mmu_context.c | ||
nohash_low.S | ||
tlb.c |