Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ofppc/include Need to provide CACHELINESIZE in _STA...



details:   https://anonhg.NetBSD.org/src/rev/bf4e3b1da655
branches:  trunk
changeset: 499310:bf4e3b1da655
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Nov 16 19:02:33 2000 +0000

description:
Need to provide CACHELINESIZE in _STANDALONE environments, too.

diffstat:

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

diffs (18 lines):

diff -r 1867bd2ffb7b -r bf4e3b1da655 sys/arch/ofppc/include/cpu.h
--- a/sys/arch/ofppc/include/cpu.h      Thu Nov 16 17:14:43 2000 +0000
+++ b/sys/arch/ofppc/include/cpu.h      Thu Nov 16 19:02:33 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.10 2000/08/25 01:04:10 thorpej Exp $ */
+/*     $NetBSD: cpu.h,v 1.11 2000/11/16 19:02:33 thorpej Exp $ */
 
 /*
  * Copyright (C) 1995-1997 Wolfgang Solfrank.
@@ -118,7 +118,7 @@
 
 extern char *bootpath;
 
-#ifdef _KERNEL
+#if defined(_KERNEL) || defined(_STANDALONE)
 #define        CACHELINESIZE   32
 #endif
 



Home | Main Index | Thread Index | Old Index