From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 22 Oct 2024 10:36:11 +0000 Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM --- 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