summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2004-09-28 16:26:04 +0000
committerJason Wright <jason@cvs.openbsd.org>2004-09-28 16:26:04 +0000
commit4e31a68afb74e9ccd0dd12f4e33fa7812a55225e (patch)
tree8b1a2a7b1c234f34a93b9573702bcae9017ed4fe
parent552da60c9168f885eae4bc16cb26cb0f4a8fd572 (diff)
get the offsets of imap/iclr correct (zs now interrupts more than once)
-rw-r--r--sys/arch/sparc64/dev/fhcreg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/dev/fhcreg.h b/sys/arch/sparc64/dev/fhcreg.h
index 47ce6d2ecbb..6364b6abfad 100644
--- a/sys/arch/sparc64/dev/fhcreg.h
+++ b/sys/arch/sparc64/dev/fhcreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: fhcreg.h,v 1.2 2004/09/27 18:15:32 jason Exp $ */
+/* $OpenBSD: fhcreg.h,v 1.3 2004/09/28 16:26:03 jason Exp $ */
/*
* Copyright (c) 2004 Jason L. Wright (jason@thought.net).
@@ -66,6 +66,8 @@
struct fhc_intr_reg {
u_int64_t imap;
+ u_int64_t unused_0;
u_int64_t iclr;
+ u_int64_t unused_1;
};