diff options
Diffstat (limited to 'sys/pc98/i386/machdep.c')
-rw-r--r-- | sys/pc98/i386/machdep.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index 3cb856a..6c395ed 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 <sys/param.h> #include <sys/systm.h> @@ -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); |