Module Name: src
Committed By: christos
Date: Wed Jan 17 02:39:16 UTC 2018
Modified Files:
src/sys/arch/sparc/sparc: cpuvar.h
Log Message:
fix compilation
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/arch/sparc/sparc/cpuvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sparc/sparc/cpuvar.h
diff -u src/sys/arch/sparc/sparc/cpuvar.h:1.95 src/sys/arch/sparc/sparc/cpuvar.h:1.96
--- src/sys/arch/sparc/sparc/cpuvar.h:1.95 Tue Jan 16 03:23:17 2018
+++ src/sys/arch/sparc/sparc/cpuvar.h Tue Jan 16 21:39:16 2018
@@ -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 @@ struct module_info {
#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 */
/*