Add CACHE40_ON, for locore
This commit is contained in:
parent
29985c32a6
commit
f832503ac5
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: genassym.c,v 1.21 1997/01/07 07:42:17 scottr Exp $ */
|
||||
/* $NetBSD: genassym.c,v 1.22 1997/01/09 07:14:17 scottr Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
@ -154,6 +154,7 @@ main(void)
|
||||
printf("#define\tCACHE_ON %d\n", CACHE_ON);
|
||||
printf("#define\tCACHE_OFF %d\n", CACHE_OFF);
|
||||
printf("#define\tCACHE_CLR %d\n", CACHE_CLR);
|
||||
printf("#define\tCACHE40_ON %d\n", CACHE40_ON);
|
||||
printf("#define\tCACHE40_OFF %d\n", CACHE40_OFF);
|
||||
printf("#define\tIC_CLEAR %d\n", IC_CLEAR);
|
||||
printf("#define\tDC_CLEAR %d\n", DC_CLEAR);
|
||||
|
Loading…
Reference in New Issue
Block a user