CACHE4_OFF --> CACHE40_OFF, compile again.
This commit is contained in:
parent
36139c4647
commit
d27890041b
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: genassym.c,v 1.1 1996/05/05 12:17:21 oki Exp $ */
|
||||
/* $NetBSD: genassym.c,v 1.2 1996/12/09 15:29:06 oki Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1982, 1990, 1993
|
||||
@ -191,7 +191,7 @@ main()
|
||||
def("CACHE_CLR", CACHE_CLR);
|
||||
def("IC_CLEAR", IC_CLEAR);
|
||||
def("DC_CLEAR", DC_CLEAR);
|
||||
def("CACHE4_OFF", CACHE4_OFF);
|
||||
def("CACHE40_OFF", CACHE40_OFF);
|
||||
|
||||
/* pte/ste bits */
|
||||
def("PG_V", PG_V);
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: locore.s,v 1.8 1996/11/06 20:19:59 cgd Exp $ */
|
||||
/* $NetBSD: locore.s,v 1.9 1996/12/09 15:29:08 oki Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
@ -1843,7 +1843,7 @@ _doboot:
|
||||
jne Ldoboot0 | no, skip
|
||||
.word 0xf4f8 | cpusha bc - push and invalidate caches
|
||||
nop
|
||||
movl #CACHE4_OFF,d0
|
||||
movl #CACHE40_OFF,d0
|
||||
Ldoboot0:
|
||||
#endif
|
||||
movc d0,cacr | disable on-chip cache(s)
|
||||
|
Loading…
Reference in New Issue
Block a user