Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libkern/arch/powerpc Copy from libc.
details: https://anonhg.NetBSD.org/src/rev/32e659c0b361
branches: trunk
changeset: 472713:32e659c0b361
user: tsubai <tsubai%NetBSD.org@localhost>
date: Wed May 05 12:36:40 1999 +0000
description:
Copy from libc.
diffstat:
sys/lib/libkern/arch/powerpc/syncicache.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r bd29f91c5fce -r 32e659c0b361 sys/lib/libkern/arch/powerpc/syncicache.c
--- a/sys/lib/libkern/arch/powerpc/syncicache.c Wed May 05 12:35:54 1999 +0000
+++ b/sys/lib/libkern/arch/powerpc/syncicache.c Wed May 05 12:36:40 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: syncicache.c,v 1.1 1999/04/17 21:16:47 ws Exp $ */
+/* $NetBSD: syncicache.c,v 1.2 1999/05/05 12:36:40 tsubai Exp $ */
/*
* Copyright (C) 1995-1997, 1999 Wolfgang Solfrank.
@@ -32,6 +32,7 @@
*/
#include <sys/param.h>
#if defined(_KERNEL) || defined(_STANDALONE)
+#include <sys/time.h>
#include <sys/proc.h>
#include <vm/vm.h>
#endif
@@ -44,6 +45,8 @@
#error "Must know the size of a cache line"
#endif
#else
+static void getcachelinesize __P((void));
+
static int _cachelinesize;
#define CACHELINESIZE _cachelinesize
Home |
Main Index |
Thread Index |
Old Index