From 2ce7d7a0335f8424a2645ec044a0202ebef230d8 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Tue, 9 Apr 2002 11:18:46 +0000 Subject: GC various bits and pieces of USERCONFIG from all over the place. --- sys/pc98/i386/machdep.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/pc98/i386') diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index 3cb856a4e683..6c395edf4a8c 100644 --- a/sys/pc98/i386/machdep.c +++ b/sys/pc98/i386/machdep.c @@ -50,7 +50,6 @@ #include "opt_npx.h" #include "opt_perfmon.h" #include "opt_kstack_pages.h" -/* #include "opt_userconfig.h" */ #include #include @@ -259,11 +258,6 @@ cpu_startup(dummy) vm_ksubmap_init(&kmi); -#if defined(USERCONFIG) - userconfig(); - cninit(); /* the preferred console may have changed */ -#endif - printf("avail memory = %u (%uK bytes)\n", ptoa(cnt.v_free_count), ptoa(cnt.v_free_count) / 1024); -- cgit v1.2.3