From 6e563ef75d4325f1f09490d00276349141346a96 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Thu, 19 May 2005 18:29:00 +0000 Subject: __unused is used now --- sys/arch/sparc64/dev/schizoreg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/sparc64/dev') 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]; -- cgit v1.2.3