diff options
author | 2003-02-10 10:02:59 +0000 | |
---|---|---|
committer | 2003-02-10 10:02:59 +0000 | |
commit | 511ef9ca2c7c040969388a4cd1ee43ab70f1db3d (patch) | |
tree | 93ed75655ce84e8a90f7d2240f3ad4239cdd1d95 | |
parent | bind9 needs nanosleep too; ok jakob@ (diff) | |
download | wireguard-openbsd-511ef9ca2c7c040969388a4cd1ee43ab70f1db3d.tar.xz wireguard-openbsd-511ef9ca2c7c040969388a4cd1ee43ab70f1db3d.zip |
unneeded defns
-rw-r--r-- | sys/arch/sparc64/dev/auxiovar.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/sparc64/dev/auxiovar.h b/sys/arch/sparc64/dev/auxiovar.h index efb9a42495c..56189a83e3b 100644 --- a/sys/arch/sparc64/dev/auxiovar.h +++ b/sys/arch/sparc64/dev/auxiovar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: auxiovar.h,v 1.4 2002/03/14 01:26:44 millert Exp $ */ +/* $OpenBSD: auxiovar.h,v 1.5 2003/02/10 10:02:59 jason Exp $ */ /* $NetBSD: auxiovar.h,v 1.4 2000/04/15 03:08:13 mrg Exp $ */ /* @@ -58,11 +58,5 @@ struct auxio_softc { * XXX: old interfaces. we set auxio_reg the first auxio we attach. */ #ifndef _LOCORE -/* - * Copy of AUXIO_REG for the benefit of assembler modules (eg. trap handlers) - * as AUXREG_VA depends on NBPG which is not a constant. - */ -volatile u_char *auxio_reg; -unsigned int auxregbisc(int, int); void auxio_led_blink(void *); #endif |