CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/04/24 14:01:03
Modified files:
sys/arch/mips64/include: pte.h
sys/arch/mips64/mips64: context.S tlbhandler.S
Log message:
Introduce a #define for the number of PFN bits in a pte, to be used in the
.S code when masking the upper bits, instead of hardcoding them. Makes code
easier to understand (and also I might have a need to reduce PFN width on
some particular CPU models in the future).
No change in generated code.
