diff options
Diffstat (limited to 'sys/arch/amd64/pci/pchb.c')
-rw-r--r-- | sys/arch/amd64/pci/pchb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/pci/pchb.c b/sys/arch/amd64/pci/pchb.c index 591523e4b45..6e599d7be4a 100644 --- a/sys/arch/amd64/pci/pchb.c +++ b/sys/arch/amd64/pci/pchb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pchb.c,v 1.42 2017/10/14 04:44:43 jsg Exp $ */ +/* $OpenBSD: pchb.c,v 1.43 2018/04/28 15:44:59 jasper Exp $ */ /* $NetBSD: pchb.c,v 1.1 2003/04/26 18:39:50 fvdl Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -328,7 +328,7 @@ pchb_rnd(void *v) if (!sc->sc_rng_i--) { sc->sc_rng_i = 4; - add_true_randomness(sc->sc_rng_ax); + enqueue_randomness(sc->sc_rng_ax); } } |