summaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.com>2024-05-15 12:58:26 +0300
committerPetr Mladek <pmladek@suse.com>2024-05-15 12:58:26 +0300
commitdafc2d0f1bb9bb865a8420f77de56bafd8881cc5 (patch)
treed342568bc9498c5f4949ece6ce3e2c91dde08335 /arch/x86
parente0550222e03bae3fd629641e246ef7f47803d795 (diff)
parent27021649ec88cf9aa14d2ac7e7f2e6789f055978 (diff)
downloadlinux-dafc2d0f1bb9bb865a8420f77de56bafd8881cc5.tar.xz
Merge branch 'for-6.10-base-small' into for-linus
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/include/asm/mpspec.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/mpspec.h b/arch/x86/include/asm/mpspec.h
index c72c7ff78fcd..d593e52e6635 100644
--- a/arch/x86/include/asm/mpspec.h
+++ b/arch/x86/include/asm/mpspec.h
@@ -16,10 +16,10 @@ extern int pic_mode;
* Summit or generic (i.e. installer) kernels need lots of bus entries.
* Maximum 256 PCI busses, plus 1 ISA bus in each of 4 cabinets.
*/
-#if CONFIG_BASE_SMALL == 0
-# define MAX_MP_BUSSES 260
-#else
+#ifdef CONFIG_BASE_SMALL
# define MAX_MP_BUSSES 32
+#else
+# define MAX_MP_BUSSES 260
#endif
#define MAX_IRQ_SOURCES 256