From 55bcc7df8ba83b96b4a87e40bce1947203030316 Mon Sep 17 00:00:00 2001 From: eeh Date: Thu, 18 Apr 2002 16:37:26 +0000 Subject: [PATCH] Don't include cpuvar.h. --- sys/arch/sparc64/sparc64/emul.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/sparc64/sparc64/emul.c b/sys/arch/sparc64/sparc64/emul.c index ec6f38e67736..4a604d6871bd 100644 --- a/sys/arch/sparc64/sparc64/emul.c +++ b/sys/arch/sparc64/sparc64/emul.c @@ -1,4 +1,4 @@ -/* $NetBSD: emul.c,v 1.8 2001/06/29 23:58:40 eeh Exp $ */ +/* $NetBSD: emul.c,v 1.9 2002/04/18 16:37:26 eeh Exp $ */ /*- * Copyright (c) 1997, 2001 The NetBSD Foundation, Inc. @@ -43,7 +43,6 @@ #include #include #include -#include #define DEBUG_EMUL #ifdef DEBUG_EMUL @@ -434,6 +433,7 @@ emulinstr(pc, tf) switch (code.i_op3.i_op3) { case IOP3_FLUSH: + printf("emulinstr: we can't execute a cache flush???"); /* cpuinfo.cache_flush((caddr_t)(rs1 + rs2), 4); XXX */ return 0;