NetBSD/sys/arch/sun3/sun3x
rmind 3f18fe8123 - Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.
- Replace most remaining uses of l_addr with uvm_lwp_getuarea() or lwp_getpcb().
- Amend assembly in ports where it accesses PCB via struct user.
- Rename L_ADDR to L_PCB in few places.  Reduce sys/user.h inclusions.
2009-11-27 03:23:03 +00:00
..
bus_subr.c Add a flags argument to pmap_kenter_pa(9). 2009-11-07 07:27:40 +00:00
clock.c
dvma.c Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage. 2009-11-21 04:16:51 +00:00
enable.c
enable.h
genassym.cf
idprom.c
iommu.c
iommu.h
locore2.c - Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr. 2009-11-27 03:23:03 +00:00
locore.s Kill proc0paddr. Use lwp0.l_addr instead. 2009-11-26 00:19:11 +00:00
machdep.c Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage. 2009-11-21 04:16:51 +00:00
mem.c
obio.c
obio.h
obmem.h
pmap_pvt.h
pmap.c Kill proc0paddr. Use lwp0.l_addr instead. 2009-11-26 00:19:11 +00:00
vme.c
vme.h