From 18a537d1da94eeedb80f78666add7de1475b065f Mon Sep 17 00:00:00 2001 From: jonathan Date: Mon, 23 Dec 1996 15:27:47 +0000 Subject: [PATCH] Pander to "kernel_text" kludge. --- sys/arch/mips/mips/locore.S | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/mips/mips/locore.S b/sys/arch/mips/mips/locore.S index 1ec05ccf39df..d580a8378fab 100644 --- a/sys/arch/mips/mips/locore.S +++ b/sys/arch/mips/mips/locore.S @@ -1,4 +1,4 @@ -/* $NetBSD: locore.S,v 1.26 1996/11/06 20:19:38 cgd Exp $ */ +/* $NetBSD: locore.S,v 1.27 1996/12/23 15:27:47 jonathan Exp $ */ /* * Copyright (c) 1992, 1993 @@ -168,7 +168,9 @@ #define START_FRAME ((4 * 4) + 4 + 4) .globl start + .globl _C_LABEL(kernel_text) start: +_C_LABEL(kernel_text): mtc0 zero, MACH_COP_0_STATUS_REG # Disable interrupts li t1, MACH_CACHED_MEMORY_ADDR # invalid address mtc0 t1, MACH_COP_0_TLB_HI # Mark entry high as invalid