diff options
Diffstat (limited to 'sys/dev/ic/gdtvar.h')
-rw-r--r-- | sys/dev/ic/gdtvar.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/ic/gdtvar.h b/sys/dev/ic/gdtvar.h index 25b21838c1a..c576cb4b0e4 100644 --- a/sys/dev/ic/gdtvar.h +++ b/sys/dev/ic/gdtvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: gdtvar.h,v 1.12 2006/05/07 23:18:59 marco Exp $ */ +/* $OpenBSD: gdtvar.h,v 1.13 2007/04/28 00:34:25 deraadt Exp $ */ /* * Copyright (c) 1999, 2000 Niklas Hallqvist. All rights reserved. @@ -403,11 +403,6 @@ struct gdt_softc { int (*sc_test_busy)(struct gdt_softc *); }; -/* XXX These have to become spinlocks in case of SMP */ -#define GDT_LOCK_GDT(gdt) splbio() -#define GDT_UNLOCK_GDT(gdt, lock) splx(lock) -typedef int gdt_lock_t; - void gdtminphys(struct buf *); int gdt_attach(struct gdt_softc *); int gdt_intr(void *); |