summaryrefslogtreecommitdiff
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-01-19 00:39:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-01-19 00:39:41 +0000
commit3f2dd08ba998b6ad91476ac4c56a6a737ee3951f (patch)
tree223b9e0ad9e7b90ccc25194fa2500b8fc049019a /sys/kern/init_main.c
parent1f17b49cbd97942d43f82d45dac9321bc4e92604 (diff)
With the earlier initialization of the random subsystem, random_hostseed()
is no longer providing significant value. The random subsystem is in pretty good state, and moments later userland will feed the dmesg. ok jsing
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 809a592ddcc..aa19b48cebd 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init_main.c,v 1.198 2014/01/19 00:22:58 deraadt Exp $ */
+/* $OpenBSD: init_main.c,v 1.199 2014/01/19 00:39:40 deraadt Exp $ */
/* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */
/*
@@ -354,8 +354,6 @@ main(void *framep)
/* Configure the devices */
cpu_configure();
- random_hostseed();
-
/* Configure virtual memory system, set vm rlimits. */
uvm_init_limits(p);