From f0658bdadab5f9149d4f9960dbaebdfc1949bcee Mon Sep 17 00:00:00 2001 From: dbj Date: Mon, 18 Mar 2002 05:10:58 +0000 Subject: make compile with _STANDALONE --- sys/lib/libkern/arch/powerpc/syncicache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') 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, -- cgit