diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-03-13 19:30:39 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-03-13 19:30:39 +0000 |
commit | e17abd057492b59593236aba6623d635bb4965bb (patch) | |
tree | 7a62842dc43391003b84b7de24371fe797ff2284 /sys/arch/landisk | |
parent | d97f90c37ff4bad81225eea9980b63e911ea9030 (diff) |
Move UKC later in the boot process, so that it can use malloc().
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r-- | sys/arch/landisk/landisk/machdep.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/landisk/landisk/machdep.c b/sys/arch/landisk/landisk/machdep.c index 82a34ba864f..5ac4fc0611d 100644 --- a/sys/arch/landisk/landisk/machdep.c +++ b/sys/arch/landisk/landisk/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.9 2007/03/03 21:37:27 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.10 2007/03/13 19:30:36 miod Exp $ */ /* $NetBSD: machdep.c,v 1.1 2006/09/01 21:26:18 uwe Exp $ */ /*- @@ -177,13 +177,6 @@ landisk_startup(int howto, char *_esym) Debugger(); } #endif - if (boothowto & RB_CONFIG) { -#ifdef BOOT_CONFIG - user_config(); -#else - printf("kernel does not support -c; continuing..\n"); -#endif - } /* Jump to main */ __asm volatile( |