Initialise entropy pool.
Submitted by: dfr
This commit is contained in:
parent
a4ec03cfa8
commit
5af5e4c773
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59729
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user