aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/amd64/apic_vector.S2
-rw-r--r--sys/i386/i386/apic_vector.s2
-rw-r--r--sys/i386/isa/apic_vector.s2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/amd64/apic_vector.S b/sys/amd64/amd64/apic_vector.S
index 34cc9f2122ae..1b9933bb4374 100644
--- a/sys/amd64/amd64/apic_vector.S
+++ b/sys/amd64/amd64/apic_vector.S
@@ -573,7 +573,7 @@ Xrendezvous:
#ifdef COUNT_XINVLTLB_HITS
.globl _xhits
_xhits:
- .space (NCPU * 4), 0
+ .space (MAXCPU * 4), 0
#endif /* COUNT_XINVLTLB_HITS */
.globl apic_pin_trigger
diff --git a/sys/i386/i386/apic_vector.s b/sys/i386/i386/apic_vector.s
index 34cc9f2122ae..1b9933bb4374 100644
--- a/sys/i386/i386/apic_vector.s
+++ b/sys/i386/i386/apic_vector.s
@@ -573,7 +573,7 @@ Xrendezvous:
#ifdef COUNT_XINVLTLB_HITS
.globl _xhits
_xhits:
- .space (NCPU * 4), 0
+ .space (MAXCPU * 4), 0
#endif /* COUNT_XINVLTLB_HITS */
.globl apic_pin_trigger
diff --git a/sys/i386/isa/apic_vector.s b/sys/i386/isa/apic_vector.s
index 34cc9f2122ae..1b9933bb4374 100644
--- a/sys/i386/isa/apic_vector.s
+++ b/sys/i386/isa/apic_vector.s
@@ -573,7 +573,7 @@ Xrendezvous:
#ifdef COUNT_XINVLTLB_HITS
.globl _xhits
_xhits:
- .space (NCPU * 4), 0
+ .space (MAXCPU * 4), 0
#endif /* COUNT_XINVLTLB_HITS */
.globl apic_pin_trigger