Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/sparc fix compilation
details: https://anonhg.NetBSD.org/src/rev/af02b4a214cc
branches: trunk
changeset: 358804:af02b4a214cc
user: christos <christos%NetBSD.org@localhost>
date: Wed Jan 17 02:39:16 2018 +0000
description:
fix compilation
diffstat:
sys/arch/sparc/sparc/cpuvar.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r b243028df82f -r af02b4a214cc sys/arch/sparc/sparc/cpuvar.h
--- a/sys/arch/sparc/sparc/cpuvar.h Wed Jan 17 02:37:32 2018 +0000
+++ b/sys/arch/sparc/sparc/cpuvar.h Wed Jan 17 02:39:16 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpuvar.h,v 1.95 2018/01/16 08:23:17 mrg Exp $ */
+/* $NetBSD: cpuvar.h,v 1.96 2018/01/17 02:39:16 christos Exp $ */
/*
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -157,6 +157,7 @@
#define CPUFLG_HATCHED 0x1000 /* CPU is alive */
#define CPUFLG_PAUSED 0x2000 /* CPU is paused */
#define CPUFLG_GOTMSG 0x4000 /* CPU got an lev13 IPI */
+#define CPUFLG_SUN4CACHEBUG 0x8000 /* CPU has the sun4 cache bug */
/*
Home |
Main Index |
Thread Index |
Old Index