summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2005-05-19 18:29:00 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2005-05-19 18:29:00 +0000
commit6e563ef75d4325f1f09490d00276349141346a96 (patch)
tree0d37bca7923ad53358d6c3a7b828b9b3b855d7c6 /sys/arch/sparc64/dev
parentd91f7a0139b4917345b6dfda48c41ec9dfd3d467 (diff)
__unused is used now
Diffstat (limited to 'sys/arch/sparc64/dev')
-rw-r--r--sys/arch/sparc64/dev/schizoreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/schizoreg.h b/sys/arch/sparc64/dev/schizoreg.h
index 8122e282719..bbff473b2b0 100644
--- a/sys/arch/sparc64/dev/schizoreg.h
+++ b/sys/arch/sparc64/dev/schizoreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: schizoreg.h,v 1.7 2003/06/02 20:02:49 jason Exp $ */
+/* $OpenBSD: schizoreg.h,v 1.8 2005/05/19 18:28:59 mickey Exp $ */
/*
* Copyright (c) 2002 Jason L. Wright (jason@thought.net)
@@ -35,7 +35,7 @@ struct schizo_pbm_regs {
volatile u_int64_t iclr[64];
volatile u_int64_t _unused4[320];
volatile u_int64_t ctrl;
- volatile u_int64_t __unused;
+ volatile u_int64_t __unused0;
volatile u_int64_t afsr;
volatile u_int64_t afar;
volatile u_int64_t _unused5[252];