Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/include __syncicache needs to be exports to...
details: https://anonhg.NetBSD.org/src/rev/9bb91a9838fb
branches: trunk
changeset: 514299:9bb91a9838fb
user: matt <matt%NetBSD.org@localhost>
date: Tue Aug 28 03:03:43 2001 +0000
description:
__syncicache needs to be exports to userspace as well as the kernel.
diffstat:
sys/arch/powerpc/include/cpu.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r f038ee519de2 -r 9bb91a9838fb sys/arch/powerpc/include/cpu.h
--- a/sys/arch/powerpc/include/cpu.h Tue Aug 28 02:43:49 2001 +0000
+++ b/sys/arch/powerpc/include/cpu.h Tue Aug 28 03:03:43 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.9 2001/08/26 02:47:39 matt Exp $ */
+/* $NetBSD: cpu.h,v 1.10 2001/08/28 03:03:43 matt Exp $ */
/*
* Copyright (C) 1999 Wolfgang Solfrank.
@@ -161,8 +161,9 @@
#if !defined(CACHELINESIZE)
#define CACHELINESIZE 32
#endif
+#endif
+
void __syncicache(void *, int);
-#endif
/*
* CTL_MACHDEP definitions.
Home |
Main Index |
Thread Index |
Old Index