CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/01 14:06:50
Modified files:
sys/arch/powerpc64/include: cpu.h
sys/arch/powerpc64/powerpc64: machdep.c
Log message:
Fix signotify() for powerpc64 bsd.mp
Copy signotify() from amd64, so that if proc *p is on another cpu, then
signotify(p) notifies the correct cpu.
ok kettenis@
