From 4e31a68afb74e9ccd0dd12f4e33fa7812a55225e Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Tue, 28 Sep 2004 16:26:04 +0000 Subject: get the offsets of imap/iclr correct (zs now interrupts more than once) --- sys/arch/sparc64/dev/fhcreg.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; }; -- cgit v1.2.3