CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/09 07:24:14
Modified files:
sys/arch/amd64/amd64: pmap.c
sys/arch/i386/i386: pmap.c
Log message:
We've never seen this panic where *_fast_ipi() fails because a cpu isn't
responding. I don't think we can see the panic -- I think we are so low
that panic code will misbehave and more likely we see a hang.
It is easier to accept this impossible failure, decrement the counter, and
carry on.
