summaryrefslogtreecommitdiff
path: root/sys/lib
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lib')
-rw-r--r--sys/lib/libkern/arch/powerpc/syncicache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libkern/arch/powerpc/syncicache.c b/sys/lib/libkern/arch/powerpc/syncicache.c
index 1a9891faade..edf8e8704fa 100644
--- a/sys/lib/libkern/arch/powerpc/syncicache.c
+++ b/sys/lib/libkern/arch/powerpc/syncicache.c
@@ -1,4 +1,4 @@
-/* $NetBSD: syncicache.c,v 1.5 2002/03/13 00:59:29 eeh Exp $ */
+/* $NetBSD: syncicache.c,v 1.6 2002/03/18 05:10:59 dbj Exp $ */
/*
* Copyright (C) 1995-1997, 1999 Wolfgang Solfrank.
@@ -45,7 +45,7 @@
#ifndef CACHELINESIZE
#error "Must know the size of a cache line"
#endif
-static struct _cache_info {
+static struct cache_info _cache_info = {
CACHELINESIZE,
CACHELINESIZE,
CACHELINESIZE,