Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/arch/news68k/include Pull up revision 1.9 (requeste...



details:   https://anonhg.NetBSD.org/src/rev/91ec56ba8f96
branches:  netbsd-1-5
changeset: 490855:91ec56ba8f96
user:      he <he%NetBSD.org@localhost>
date:      Tue Mar 13 20:48:58 2001 +0000

description:
Pull up revision 1.9 (requested by tsutsui):
  Fix error on config without options news1700.

diffstat:

 sys/arch/news68k/include/cpu.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r ca7090225d25 -r 91ec56ba8f96 sys/arch/news68k/include/cpu.h
--- a/sys/arch/news68k/include/cpu.h    Tue Mar 13 20:46:18 2001 +0000
+++ b/sys/arch/news68k/include/cpu.h    Tue Mar 13 20:48:58 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.4.4.1 2000/12/24 07:18:24 jhawk Exp $        */
+/*     $NetBSD: cpu.h,v 1.4.4.2 2001/03/13 20:48:58 he 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.
  */



Home | Main Index | Thread Index | Old Index