From 958e46acc8e900e8569dd467c1af9b8d2d019394 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 09 Dec 2023 08:38:54 +0000 Subject: [PATCH] disable cpu isolcpus --- kernel/arch/mips/include/asm/mach-generic/spaces.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/kernel/arch/mips/include/asm/mach-generic/spaces.h b/kernel/arch/mips/include/asm/mach-generic/spaces.h index ee5ebe9..c3ac06a 100644 --- a/kernel/arch/mips/include/asm/mach-generic/spaces.h +++ b/kernel/arch/mips/include/asm/mach-generic/spaces.h @@ -14,6 +14,10 @@ #include <asm/mipsregs.h> +#ifndef IO_SPACE_LIMIT +#define IO_SPACE_LIMIT 0xffff +#endif + /* * This gives the physical RAM offset. */ -- Gitblit v1.6.2