in doboot, use "longscratch" as a scratch memory location instead of

something in the (read-only) text section.  fixes PR 35068.
This commit is contained in:
chs 2007-01-08 16:54:15 +00:00
parent 966d923382
commit e7b7245620
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.s,v 1.145 2005/12/11 12:18:03 christos Exp $ */
/* $NetBSD: locore.s,v 1.146 2007/01/08 16:54:15 chs Exp $ */
/*
* Copyright (c) 1982, 1990 The Regents of the University of California.
@ -1211,6 +1211,7 @@ Lbootcode:
jra Ldoboot1
LmotommuF:
#endif
lea _ASM_LABEL(longscratch),%a3
movl #0,%a3@ | value for pmove to %TC (turn off MMU)
pmove %a3@,%tc | disable MMU