From: Jiri Kosina Date: Mon, 15 Oct 2012 21:42:55 +0000 (+0200) Subject: random: make it possible to enable debugging without rebuild X-Git-Tag: v3.8-rc1~43^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be5b779ae9ce64ede0a8f4939360b0320bb257e2;p=pandora-kernel.git random: make it possible to enable debugging without rebuild The module parameter that turns debugging mode (which basically means printing a few extra lines during runtime) is in '#if 0' block. Forcing everyone who would like to see how entropy is behaving on his system to rebuild seems to be a little bit too harsh. If we were concerned about speed, we could potentially turn 'debug' into a static key, but I don't think it's necessary. Drop the '#if 0' block to allow using the 'debug' parameter without rebuilding. Signed-off-by: Jiri Kosina Signed-off-by: Theodore Ts'o --- Reading git-diff-tree failed