CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2009/06/26 12:55:20
Modified files: sys/arch/hppa/hppa: vm_machdep.c Log message: Prefer fdcache() to pdcache() in cpu_fork(), as the MI uvm code has touched p->p_stats earlier, and loss of information there can cause spurious SIGPROF or SIGVTALRM to be delivered. ok kettenis@