CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/22 10:58:20
Modified files:
sys/arch/powerpc64/powerpc64: genassym.cf locore.S pmap.c trap.c
trap_subr.S vm_machdep.c
sys/arch/powerpc64/include: cpu.h pmap.h proc.h
Log message:
Make return-to-user and kernel re-entry work. This adds a per-pmap SLB
cache. We might want to turn that in a per-proc cache at some point, but
this gets us to the point where we can sucessfully have init(1) do its
first system call.
