summaryrefslogtreecommitdiff
path: root/sys/arch/beagle
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-08-30 15:51:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-08-30 15:51:14 +0000
commita4b4fbd26f3c4deb610c7f069a6b86927b383de0 (patch)
treeab0a33b014c326826e1ee81108d92db163f0f6d0 /sys/arch/beagle
parentaf10d003b44c83a945cc92d4b3a0ed3382389486 (diff)
no md_root_setconf
Diffstat (limited to 'sys/arch/beagle')
-rw-r--r--sys/arch/beagle/beagle/beagle_machdep.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/beagle/beagle/beagle_machdep.c b/sys/arch/beagle/beagle/beagle_machdep.c
index 268e9294fb7..bf6cc0ebc64 100644
--- a/sys/arch/beagle/beagle/beagle_machdep.c
+++ b/sys/arch/beagle/beagle/beagle_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: beagle_machdep.c,v 1.14 2011/11/10 19:37:01 uwe Exp $ */
+/* $OpenBSD: beagle_machdep.c,v 1.15 2012/08/30 15:51:13 deraadt Exp $ */
/* $NetBSD: lubbock_machdep.c,v 1.2 2003/07/15 00:25:06 lukem Exp $ */
/*
@@ -853,10 +853,6 @@ initarm(void *arg0, void *arg1, void *arg2)
pmap_bootstrap((pd_entry_t *)kernel_l1pt.pv_va, KERNEL_VM_BASE,
KERNEL_VM_BASE + KERNEL_VM_SIZE);
-#ifdef __HAVE_MEMORY_DISK__
- md_root_setconf(memory_disk, sizeof memory_disk);
-#endif
-
#ifdef IPKDB
/* Initialise ipkdb */
ipkdb_init();