diff options
author | marius <marius@FreeBSD.org> | 2008-08-07 22:46:25 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2008-08-07 22:46:25 +0000 |
commit | d335d6871aeb19ec02d0484ca3608820b06af7ab (patch) | |
tree | 5b357a34d4393b5feca4fe437362997ea3f19820 /sys/libkern/cmpdi2.c | |
parent | 714809ddf1353c47264bfd10532b75cd8ad00375 (diff) | |
download | FreeBSD-src-d335d6871aeb19ec02d0484ca3608820b06af7ab.zip FreeBSD-src-d335d6871aeb19ec02d0484ca3608820b06af7ab.tar.gz |
- Reimplement {d,i}tlb_enter() and {d,i}tlb_va_to_pa() in C. There's
no particular reason for them to be implemented in assembler and
having them in C allows easier extension as well as using more C
macros and {d,i}tlb_slot_max rather than hard-coding magic (and
actually spitfire-only) values.
- Fix the compilation of pmap_print_tte().
- Change pmap_print_tlb() to use ldxa() rather than re-rolling it
inline as well as TLB_DAR_SLOT and {d,i}tlb_slot_max rather than
hardcoding magic (and actually spitfire-only) values.
- While at it, suffix the above mentioned functions with "_sun4u" to
underline they're architecture-specific.
- Use __FBSDID and macros instead of magic values in locore.S.
- Remove unused includes and smp_stack in locore.S.
Diffstat (limited to 'sys/libkern/cmpdi2.c')
0 files changed, 0 insertions, 0 deletions