diff options
Diffstat (limited to 'sys/arch/hppa/gsc/harmony.c')
-rw-r--r-- | sys/arch/hppa/gsc/harmony.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/gsc/harmony.c b/sys/arch/hppa/gsc/harmony.c index b63c6a757d0..24c52d0e3f6 100644 --- a/sys/arch/hppa/gsc/harmony.c +++ b/sys/arch/hppa/gsc/harmony.c @@ -1,4 +1,4 @@ -/* $OpenBSD: harmony.c,v 1.33 2016/09/19 06:46:43 ratchov Exp $ */ +/* $OpenBSD: harmony.c,v 1.34 2018/04/28 15:44:59 jasper Exp $ */ /* * Copyright (c) 2003 Jason L. Wright (jason@thought.net) @@ -117,7 +117,7 @@ void harmony_acc_tmo(void *); (sc)->sc_acc <<= 1; \ (sc)->sc_acc |= READ_REG((sc), HARMONY_DIAG) & DIAG_CO; \ if ((sc)->sc_acc_cnt++ && !((sc)->sc_acc_cnt % 32)) \ - add_true_randomness((sc)->sc_acc_num ^= (sc)->sc_acc); \ + enqueue_randomness((sc)->sc_acc_num ^= (sc)->sc_acc); \ } while(0) int |