Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/sparc64 Don't include cpuvar.h.
details: https://anonhg.NetBSD.org/src/rev/b433f9f15b51
branches: trunk
changeset: 525846:b433f9f15b51
user: eeh <eeh%NetBSD.org@localhost>
date: Thu Apr 18 16:37:26 2002 +0000
description:
Don't include cpuvar.h.
diffstat:
sys/arch/sparc64/sparc64/emul.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 68d7ba29c599 -r b433f9f15b51 sys/arch/sparc64/sparc64/emul.c
--- a/sys/arch/sparc64/sparc64/emul.c Thu Apr 18 16:31:47 2002 +0000
+++ b/sys/arch/sparc64/sparc64/emul.c Thu Apr 18 16:37:26 2002 +0000
@@ -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 <machine/instr.h>
#include <machine/cpu.h>
#include <machine/psl.h>
-#include <sparc64/sparc64/cpuvar.h>
#define DEBUG_EMUL
#ifdef DEBUG_EMUL
@@ -434,6 +433,7 @@
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;
Home |
Main Index |
Thread Index |
Old Index