diff options
Diffstat (limited to 'arch/mips/include/asm/mach-ip27/kernel-entry-init.h')
| -rw-r--r-- | arch/mips/include/asm/mach-ip27/kernel-entry-init.h | 12 | 
1 files changed, 1 insertions, 11 deletions
diff --git a/arch/mips/include/asm/mach-ip27/kernel-entry-init.h b/arch/mips/include/asm/mach-ip27/kernel-entry-init.h index f992c1db876b..3e54f605a70b 100644 --- a/arch/mips/include/asm/mach-ip27/kernel-entry-init.h +++ b/arch/mips/include/asm/mach-ip27/kernel-entry-init.h @@ -10,20 +10,10 @@  #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   */  #define PAGE_GLOBAL		(1 << 6)  |