diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-27 03:54:15 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-27 03:54:15 +0000 |
commit | 4cff6e802a837f7c9374ed0a82ade51a0d79035e (patch) | |
tree | b7b91eb43a1c3a30a1a743a4c402f31a2e1a7fad /sys/arch/amiga/isa/crossvar.h | |
parent | cc7c5b2057ed95722dbc12fec9e43b0d4844a3a4 (diff) |
No more old VM on amiga.
Diffstat (limited to 'sys/arch/amiga/isa/crossvar.h')
-rw-r--r-- | sys/arch/amiga/isa/crossvar.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/amiga/isa/crossvar.h b/sys/arch/amiga/isa/crossvar.h index 92b4885cabf..5a725e0b9f2 100644 --- a/sys/arch/amiga/isa/crossvar.h +++ b/sys/arch/amiga/isa/crossvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: crossvar.h,v 1.6 2000/05/28 03:28:42 art Exp $ */ +/* $OpenBSD: crossvar.h,v 1.7 2001/06/27 03:54:14 art Exp $ */ /* * Copyright (c) 1994, 1996 Niklas Hallqvist @@ -61,9 +61,6 @@ struct cross_softc { u_int16_t sc_imask; volatile u_int16_t *sc_status; struct vm_page sc_page[CROSS_BANK_SIZE / NBPG]; -#ifndef UVM - struct pager_struct sc_pager; -#endif struct amiga_bus_space sc_iot; struct amiga_bus_space sc_memt; |