summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-07-11 08:24:33 +0000
committerpeter <peter@FreeBSD.org>2002-07-11 08:24:33 +0000
commit6fd5b8fb09bfaa9f1accb465623160ea8a31536d (patch)
treeeafff6b5619e930bb9ef750df1e3aa1c1751995f
parent956c81630aea68690a152f5072bcc375864bbc82 (diff)
downloadFreeBSD-src-6fd5b8fb09bfaa9f1accb465623160ea8a31536d.zip
FreeBSD-src-6fd5b8fb09bfaa9f1accb465623160ea8a31536d.tar.gz
s/NCPU/MAXCPU/ to try and get this to compile.
-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 34cc9f2..1b9933b 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 34cc9f2..1b9933b 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 34cc9f2..1b9933b 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
OpenPOWER on IntegriCloud