work around a pc-relative jump optimization in early startup
This commit is contained in:
parent
1a42566bd8
commit
b40bbc753e
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: locore.s,v 1.3 2001/07/22 13:34:04 wiz Exp $ */
|
||||
/* $NetBSD: locore.s,v 1.4 2002/03/19 17:59:04 drochner Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994, 1995 Gordon W. Ross
|
||||
@ -267,7 +267,8 @@ Lstploaddone:
|
||||
movl #0x80008000, %d0
|
||||
movc %d0, %cacr | turn on both caches
|
||||
|
||||
jmp Lenab1
|
||||
.word 0x4ef9 | jmp Lenab1 (avoid pc-relative)
|
||||
.long Lenab1
|
||||
Lmotommu2:
|
||||
/* XXX do TT here */
|
||||
RELOC(prototc, %a2)
|
||||
|
Loading…
Reference in New Issue
Block a user