diff options
| author | Roger Pau Monné <royger@FreeBSD.org> | 2014-09-25 08:28:10 +0000 |
|---|---|---|
| committer | Roger Pau Monné <royger@FreeBSD.org> | 2014-09-25 08:28:10 +0000 |
| commit | c98a2727cc0905d5b478b577668222e8d5d32e81 (patch) | |
| tree | 3abf237e04642b4e670e2e2b0e6e7072f1ee5524 /sys/pc98 | |
| parent | 5af6947046740202e589436161d76190377f8f90 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/pc98/machdep.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index c42b4ce4facb..848af79928b3 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -169,10 +169,6 @@ SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL); int need_pre_dma_flush; /* If 1, use wbinvd befor DMA transfer. */ int need_post_dma_flush; /* If 1, use invd after DMA transfer. */ -#ifdef DDB -extern vm_offset_t ksym_start, ksym_end; -#endif - int _udatasel, _ucodesel; u_int basemem; @@ -2298,8 +2294,7 @@ init386(first) #endif #ifdef DDB - ksym_start = bootinfo.bi_symtab; - ksym_end = bootinfo.bi_esymtab; + db_fetch_ksymtab(bootinfo.bi_symtab,bootinfo.bi_esymtab); #endif kdb_init(); |
