summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-06-10 20:31:00 +0000
committerjhb <jhb@FreeBSD.org>2004-06-10 20:31:00 +0000
commitf7c8770debc1cb4e4c0aa95cd3a49dbf7072d704 (patch)
tree64c289342d49b723657e06e2e9f7474c95c59775 /sys/pc98
parent30a30620eea7f0af192d7e3c5dbf11e77ae4a6cc (diff)
downloadFreeBSD-src-f7c8770debc1cb4e4c0aa95cd3a49dbf7072d704.zip
FreeBSD-src-f7c8770debc1cb4e4c0aa95cd3a49dbf7072d704.tar.gz
Remove atdevbase and replace it's remaining uses with direct references to
KERNBASE instead.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/i386/machdep.c3
-rw-r--r--sys/pc98/pc98/machdep.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c
index a9ad6dd..15d83e1 100644
--- a/sys/pc98/i386/machdep.c
+++ b/sys/pc98/i386/machdep.c
@@ -167,7 +167,7 @@ int need_post_dma_flush; /* If 1, use invd after DMA transfer. */
#endif
int _udatasel, _ucodesel;
-u_int atdevbase, basemem;
+u_int basemem;
#ifdef PC98
static int ispc98 = 1;
@@ -2013,7 +2013,6 @@ init386(first)
thread0.td_kstack = proc0kstack;
thread0.td_pcb = (struct pcb *)
(thread0.td_kstack + KSTACK_PAGES * PAGE_SIZE) - 1;
- atdevbase = ISA_HOLE_START + KERNBASE;
/*
* This may be done better later if it gets more high level
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c
index a9ad6dd..15d83e1 100644
--- a/sys/pc98/pc98/machdep.c
+++ b/sys/pc98/pc98/machdep.c
@@ -167,7 +167,7 @@ int need_post_dma_flush; /* If 1, use invd after DMA transfer. */
#endif
int _udatasel, _ucodesel;
-u_int atdevbase, basemem;
+u_int basemem;
#ifdef PC98
static int ispc98 = 1;
@@ -2013,7 +2013,6 @@ init386(first)
thread0.td_kstack = proc0kstack;
thread0.td_pcb = (struct pcb *)
(thread0.td_kstack + KSTACK_PAGES * PAGE_SIZE) - 1;
- atdevbase = ISA_HOLE_START + KERNBASE;
/*
* This may be done better later if it gets more high level
OpenPOWER on IntegriCloud