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-ip27/kernel-entry-init.h | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/kernel/arch/mips/include/asm/mach-ip27/kernel-entry-init.h b/kernel/arch/mips/include/asm/mach-ip27/kernel-entry-init.h index f992c1d..3e54f60 100644 --- a/kernel/arch/mips/include/asm/mach-ip27/kernel-entry-init.h +++ b/kernel/arch/mips/include/asm/mach-ip27/kernel-entry-init.h @@ -10,18 +10,8 @@ #define __ASM_MACH_IP27_KERNEL_ENTRY_H #include <asm/sn/addrs.h> -#include <asm/sn/sn0/hubni.h> +#include <asm/sn/agent.h> #include <asm/sn/klkernvars.h> - -/* - * Returns the local nasid into res. - */ - .macro GET_NASID_ASM res - dli \res, LOCAL_HUB_ADDR(NI_STATUS_REV_ID) - ld \res, (\res) - and \res, NSRI_NODEID_MASK - dsrl \res, NSRI_NODEID_SHFT - .endm /* * TLB bits -- Gitblit v1.6.2