summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/alpha/machdep.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c
index 35db941bc29a..b6668f04597a 100644
--- a/sys/alpha/alpha/machdep.c
+++ b/sys/alpha/alpha/machdep.c
@@ -1001,6 +1001,11 @@ alpha_init(pfn, ptb, bim, bip, biv)
(struct trapframe *)proc0paddr->u_pcb.pcb_hw.apcb_ksp;
/*
+ * Initialise entropy pool.
+ */
+ rand_initialize();
+
+ /*
* Look at arguments passed to us and compute boothowto.
*/