Initialise entropy pool.

Submitted by:	dfr
This commit is contained in:
David E. O'Brien 2000-04-28 17:17:41 +00:00
parent a4ec03cfa8
commit 5af5e4c773
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59729

View File

@ -1000,6 +1000,11 @@ alpha_init(pfn, ptb, bim, bip, biv)
proc0.p_md.md_tf =
(struct trapframe *)proc0paddr->u_pcb.pcb_hw.apcb_ksp;
/*
* Initialise entropy pool.
*/
rand_initialize();
/*
* Look at arguments passed to us and compute boothowto.
*/