CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/02/13 07:07:30
Modified files:
sys/arch/mips64/mips64: tlbhandler.S
sys/arch/sgi/sgi: machdep.c
Log message:
Since the TLB handler exception code is now always a trampoline to branch
to the handler code in the kernel, we can use relative branches in it to
make it a bit faster.
Also, get rid of the tlbmiss handler and have both the tlb and xtlb refill
exceptions branch to the xtlbmiss handler.
