From d3c3ad878cb1116dce31ce971e8240f075f345c7 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sat, 8 Feb 1997 10:50:36 +0000 Subject: [PATCH] add _kernel_text --- sys/arch/mvme68k/mvme68k/locore.s | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/mvme68k/mvme68k/locore.s b/sys/arch/mvme68k/mvme68k/locore.s index 89f4dfd53c8..db28e3cbeb4 100644 --- a/sys/arch/mvme68k/mvme68k/locore.s +++ b/sys/arch/mvme68k/mvme68k/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.12 1997/02/03 15:04:57 deraadt Exp $ */ +/* $OpenBSD: locore.s,v 1.13 1997/02/08 10:50:36 deraadt Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -107,6 +107,8 @@ tmpstk: .globl _edata .globl _etext,_end .globl start + .globl _kernel_text +_kernel_text: start: movw #PSL_HIGHIPL,sr | no interrupts movl #0,a5 | RAM starts at 0 -- 2.20.1