Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154952331
D28102.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
608 B
Referenced Files
None
Subscribers
None
D28102.diff
View Options
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c
--- a/sys/amd64/amd64/mp_machdep.c
+++ b/sys/amd64/amd64/mp_machdep.c
@@ -673,7 +673,7 @@
/*
* Check for other cpus. Return if none.
*/
- if (CPU_ISFULLSET(&mask)) {
+ if (!CPU_CMP(&mask, &all_cpus)) {
if (mp_ncpus <= 1)
goto local_cb;
} else {
@@ -719,7 +719,7 @@
* (zeroing slot) and reading from it below (wait for
* acknowledgment).
*/
- if (CPU_ISFULLSET(&mask)) {
+ if (!CPU_CMP(&mask, &all_cpus)) {
ipi_all_but_self(IPI_INVLOP);
other_cpus = all_cpus;
CPU_CLR(PCPU_GET(cpuid), &other_cpus);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 1, 7:12 AM (15 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32560996
Default Alt Text
D28102.diff (608 B)
Attached To
Mode
D28102: amd64: compare TLB shootdown target to all_cpus
Attached
Detach File
Event Timeline
Log In to Comment