Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/include Provide CACHELINESIZE when _STANDALO...



details:   https://anonhg.NetBSD.org/src/rev/8fa4277eac4c
branches:  trunk
changeset: 472583:8fa4277eac4c
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Mon May 03 05:19:59 1999 +0000

description:
Provide CACHELINESIZE when _STANDALONE is defined too.

diffstat:

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

diffs (18 lines):

diff -r 717171ac7834 -r 8fa4277eac4c sys/arch/macppc/include/cpu.h
--- a/sys/arch/macppc/include/cpu.h     Mon May 03 00:20:07 1999 +0000
+++ b/sys/arch/macppc/include/cpu.h     Mon May 03 05:19:59 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.6 1999/04/17 21:16:46 ws Exp $       */
+/*     $NetBSD: cpu.h,v 1.7 1999/05/03 05:19:59 tsubai Exp $   */
 
 /*
  * Copyright (C) 1995-1997 Wolfgang Solfrank.
@@ -57,7 +57,7 @@
 
 extern char *bootpath;
 
-#ifdef _KERNEL
+#if defined(_KERNEL) || defined(_STANDALONE)
 #define        CACHELINESIZE   32
 #endif
 



Home | Main Index | Thread Index | Old Index