From: Neil Horman Date: Thu, 17 May 2012 10:04:00 +0000 (+0000) Subject: drop_monitor: convert to modular building X-Git-Tag: v3.5-rc1~109^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cad456d5abbb6307be7a658d701bc44ca689e906;p=pandora-kernel.git drop_monitor: convert to modular building When I first wrote drop monitor I wrote it to just build monolithically. There is no reason it can't be built modularly as well, so lets give it that flexibiity. I've tested this by building it as both a module and monolithically, and it seems to work quite well Change notes: v2) * fixed for_each_present_cpu loops to be more correct as per Eric D. * Converted exit path failures to BUG_ON as per Ben H. v3) * Converted del_timer to del_timer_sync to close race noted by Ben H. Signed-off-by: Neil Horman CC: "David S. Miller" CC: Eric Dumazet CC: Ben Hutchings Reviewed-by: Ben Hutchings Signed-off-by: David S. Miller --- Reading git-diff-tree failed