mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct comment (this should have been committed with r362065).
Sponsored by: The FreeBSD Foundation MFC after: 13 days
This commit is contained in:
parent
435166f877
commit
e09fb42a9a
1 changed files with 4 additions and 1 deletions
|
|
@ -1697,7 +1697,10 @@ smp_targeted_tlb_shootdown(cpuset_t mask, u_int vector, pmap_t pmap,
|
|||
uint32_t generation;
|
||||
int cpu;
|
||||
|
||||
/* It is not necessary to signal other CPUs while in the debugger. */
|
||||
/*
|
||||
* It is not necessary to signal other CPUs while booting or
|
||||
* when in the debugger.
|
||||
*/
|
||||
if (kdb_active || KERNEL_PANICKED() || !smp_started) {
|
||||
curcpu_cb(pmap, addr1, addr2);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue