diff --git a/sys/rump/librump/rumpkern/rump.c b/sys/rump/librump/rumpkern/rump.c index 5a2d0e6ae95b..985429b5a186 100644 --- a/sys/rump/librump/rumpkern/rump.c +++ b/sys/rump/librump/rumpkern/rump.c @@ -1,4 +1,4 @@ -/* $NetBSD: rump.c,v 1.239 2012/01/29 14:57:31 njoly Exp $ */ +/* $NetBSD: rump.c,v 1.240 2012/02/04 10:02:25 njoly Exp $ */ /* * Copyright (c) 2007-2011 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.239 2012/01/29 14:57:31 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.240 2012/02/04 10:02:25 njoly Exp $"); #include #define ELFSIZE ARCH_ELFSIZE @@ -315,6 +315,8 @@ rump__init(int rump_version) secmodel_init(); + rnd_init(); + /* * Create the kernel cprng. Yes, it's currently stubbed out * to arc4random() for RUMP, but this won't always be so.