diff options
author | Jirka Hladky <jhladky@redhat.com> | 2024-10-22 23:16:36 +0200 |
---|---|---|
committer | Jirka Hladky <jhladky@redhat.com> | 2024-10-22 23:16:36 +0200 |
commit | 6dcc0bb8ae9ae6264f9ef4dc6a12ba4b40e067b6 (patch) | |
tree | 5df1418812cbbd5bac7cc8c09cca2f681497b8cc | |
parent | Bumped version to 1.9.20 (diff) | |
download | haveged-6dcc0bb8ae9ae6264f9ef4dc6a12ba4b40e067b6.tar.xz haveged-6dcc0bb8ae9ae6264f9ef4dc6a12ba4b40e067b6.zip |
-rw-r--r-- | src/havegecollect.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/havegecollect.c b/src/havegecollect.c index 71f353a..249e1b2 100644 --- a/src/havegecollect.c +++ b/src/havegecollect.c @@ -174,7 +174,7 @@ H_COLLECT *havege_ndcreate(/* RETURN: NULL on failure */ h_ctxt->havege_tests = 0; h_ctxt->havege_extra = 0; h_ctxt->havege_tics = p+szBuffer; - + /** An intermediate walk table twice the size of the L1 cache is allocated ** for use in permuting time stamp readings. The is meant to exercise ** processor TLBs. @@ -193,7 +193,7 @@ H_COLLECT *havege_ndcreate(/* RETURN: NULL on failure */ #endif { H_UINT t0=0; - + (void)havege_gather(h_ctxt); /* first sample */ t0 = HTICK1; for(i=1;i<MININITRAND;i++) |