CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2020/06/30 14:35:53

Modified files:
        sys/arch/powerpc64/powerpc64: pmap.c trap.c 

Log message:
When we sleep during one of the copyin(9) functions, another process may
come in and steal the SLB entry that we use to temporarily map userland
adresses in the kernel.  Handle this case by reinserting the entry when
we get a data segment interrupt.

Reply via email to