Fix error on config without options news1700.
DC_BE and IC_BE bits are enabled at runtime since rev 1.7.
This commit is contained in:
parent
2d36b2225d
commit
51cdfbfa9b
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: cpu.h,v 1.8 2000/12/19 21:09:57 scw Exp $ */
|
||||
/* $NetBSD: cpu.h,v 1.9 2001/03/10 18:58:16 tsutsui Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
|
@ -58,7 +58,6 @@
|
|||
*/
|
||||
#include <m68k/cpu.h>
|
||||
|
||||
#ifdef news1700
|
||||
/*
|
||||
* XXX news1700 L2 cache would be corrupted with DC_BE and IC_BE...
|
||||
* XXX Should these be defined in machine/cpu.h?
|
||||
|
@ -75,8 +74,6 @@
|
|||
#define DCIC_CLR (DC_CLR|IC_CLR)
|
||||
#define CACHE_BE (DC_BE|IC_BE)
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Get interrupt glue.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue