From 05e59e5fb0064c97a1c10921ecd549f2d4a58565 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 09 Oct 2024 06:14:40 +0000 Subject: [PATCH] add REDIRECT --- 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