From 77e3582887133356a4ca5d6ddc54686ccd0e8e7f Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 9 Apr 2002 11:18:46 +0000 Subject: GC various bits and pieces of USERCONFIG from all over the place. --- sys/powerpc/aim/machdep.c | 12 ------------ sys/powerpc/powerpc/machdep.c | 12 ------------ 2 files changed, 24 deletions(-) (limited to 'sys/powerpc') diff --git a/sys/powerpc/aim/machdep.c b/sys/powerpc/aim/machdep.c index 0eb12ca..3683b61 100644 --- a/sys/powerpc/aim/machdep.c +++ b/sys/powerpc/aim/machdep.c @@ -213,18 +213,6 @@ cpu_startup(void *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); diff --git a/sys/powerpc/powerpc/machdep.c b/sys/powerpc/powerpc/machdep.c index 0eb12ca..3683b61 100644 --- a/sys/powerpc/powerpc/machdep.c +++ b/sys/powerpc/powerpc/machdep.c @@ -213,18 +213,6 @@ cpu_startup(void *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); -- cgit v1.1