aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2020-02-05 19:08:21 +0000
committerMark Johnston <markj@FreeBSD.org>2020-02-05 19:08:21 +0000
commitc3d326fd44d9cf4649aa35a62a2766155c8b383d (patch)
tree53ade31ac5d711db805de5a19f1c82f90d2fd9da /sys/amd64/include
parent28e68bc000e72bd2dda9ff94634ad998d33d4502 (diff)
Notes
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/param.h b/sys/amd64/include/param.h
index 86f7e08d9725d..ac3df693e4d45 100644
--- a/sys/amd64/include/param.h
+++ b/sys/amd64/include/param.h
@@ -65,7 +65,7 @@
#define MACHINE_ARCH32 "i386"
#endif
-#if defined(SMP) || defined(KLD_MODULE)
+#ifdef SMP
#ifndef MAXCPU
#define MAXCPU 256
#endif