CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/06/14 11:56:54
Modified files:
sys/arch/powerpc64/dev: opal.c phb.c xive.c
sys/arch/powerpc64/powerpc64: genassym.cf locore.S locore0.S
machdep.c process_machdep.c
trap_subr.S vm_machdep.c
sys/arch/powerpc64/include: cpu.h frame.h opal.h pcb.h proc.h
tcb.h
Log message:
Get context switching between kernel threads going.
Since the stacks for kernel threads are not mapped 1:1 this involves
translating virtual addresses into physical addresses when making
OPAL calls.