summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-04-28 17:17:41 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-04-28 17:17:41 +0000
commit5af5e4c773819bbfe0e6a94e52508eef29efd40f (patch)
tree26baa5f9d828e6197f343055570d83ecfd6491d6
parenta4ec03cfa87725b1890c6753970d29ecadc0ec97 (diff)
Notes
-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.
*/