Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/dev/lib/librnd Disable PR kern/51135 hack now that ...



details:   https://anonhg.NetBSD.org/src/rev/aad062b4ae6e
branches:  trunk
changeset: 345484:aad062b4ae6e
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon May 30 14:52:06 2016 +0000

description:
Disable PR kern/51135 hack now that the problem is supposedly
fixed (to see if tests pass).

diffstat:

 sys/rump/dev/lib/librnd/rnd_component.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 7e9761138581 -r aad062b4ae6e sys/rump/dev/lib/librnd/rnd_component.c
--- a/sys/rump/dev/lib/librnd/rnd_component.c   Mon May 30 13:04:24 2016 +0000
+++ b/sys/rump/dev/lib/librnd/rnd_component.c   Mon May 30 14:52:06 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rnd_component.c,v 1.4 2016/05/16 16:31:07 pooka Exp $  */
+/*     $NetBSD: rnd_component.c,v 1.5 2016/05/30 14:52:06 pooka Exp $  */
 
 /*
  * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rnd_component.c,v 1.4 2016/05/16 16:31:07 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rnd_component.c,v 1.5 2016/05/30 14:52:06 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/conf.h>
@@ -64,6 +64,7 @@
        rnd_init();
 }
 
+#if 0
 /*
  * XXX: the following hack works around PR kern/51135 and should ASAP be
  * nuked to and then from orbit.
@@ -90,3 +91,4 @@
                        panic("rnd_system_ioctl failed"); /* XXX */
        }
 }
+#endif



Home | Main Index | Thread Index | Old Index