summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-04-09 11:18:46 +0000
committerphk <phk@FreeBSD.org>2002-04-09 11:18:46 +0000
commit77e3582887133356a4ca5d6ddc54686ccd0e8e7f (patch)
tree268a77a1e098a6cee634a0556b2a1c21b4097e68 /sys/ia64
parentde757425225dabddb761e8af9c23487af54cecd4 (diff)
downloadFreeBSD-src-77e3582887133356a4ca5d6ddc54686ccd0e8e7f.zip
FreeBSD-src-77e3582887133356a4ca5d6ddc54686ccd0e8e7f.tar.gz
GC various bits and pieces of USERCONFIG from all over the place.
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/machdep.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c
index b21b9b5..5c734d6 100644
--- a/sys/ia64/ia64/machdep.c
+++ b/sys/ia64/ia64/machdep.c
@@ -206,18 +206,6 @@ cpu_startup(dummy)
vm_ksubmap_init(&kmi);
-#if defined(USERCONFIG)
-#if defined(USERCONFIG_BOOT)
- if (1)
-#else
- if (boothowto & RB_CONFIG)
-#endif
- {
- userconfig();
- cninit(); /* the preferred console may have changed */
- }
-#endif
-
printf("avail memory = %ld (%ldK bytes)\n", ptoa(cnt.v_free_count),
ptoa(cnt.v_free_count) / 1024);
OpenPOWER on IntegriCloud