diff sources/patches/linux-shutup.patch @ 1698:49abeb0ead62 draft

linux 3.17
author Rob Landley <rob@landley.net>
date Sun, 05 Oct 2014 23:23:42 -0500
parents 7b4566efd8bd
children db11c049b66b
line wrap: on
line diff
--- a/sources/patches/linux-shutup.patch	Sun Oct 05 23:22:12 2014 -0500
+++ b/sources/patches/linux-shutup.patch	Sun Oct 05 23:23:42 2014 -0500
@@ -4,9 +4,9 @@
 --- linux/drivers/char/random.c	2014-06-08 13:19:54.000000000 -0500
 +++ linux.bak/drivers/char/random.c	2014-09-06 21:40:09.430230266 -0500
 @@ -657,7 +657,7 @@
- 		r->entropy_total = 0;
  		if (r == &nonblocking_pool) {
  			prandom_reseed_late();
+ 			wake_up_interruptible(&urandom_init_wait);
 -			pr_notice("random: %s pool is initialized\n", r->name);
 +			pr_debug("random: %s pool is initialized\n", r->name);
  		}