aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/i386
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-04-09 11:18:46 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-04-09 11:18:46 +0000
commit2ce7d7a0335f8424a2645ec044a0202ebef230d8 (patch)
tree268a77a1e098a6cee634a0556b2a1c21b4097e68 /sys/pc98/i386
parent1aec374128431b68c99f4fa78613b50e392a3cde (diff)
downloadsrc-2ce7d7a0335f8424a2645ec044a0202ebef230d8.tar.gz
src-2ce7d7a0335f8424a2645ec044a0202ebef230d8.zip
GC various bits and pieces of USERCONFIG from all over the place.
Notes
Notes: svn path=/head/; revision=94275
Diffstat (limited to 'sys/pc98/i386')
-rw-r--r--sys/pc98/i386/machdep.c6
1 files changed, 0 insertions, 6 deletions
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 <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);