From: Roel Kluin Date: Sat, 21 Nov 2009 18:35:58 +0000 (+0100) Subject: Blackfin: fix memset in smp_send_reschedule() and -stop() X-Git-Tag: v2.6.32~33^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05bad36ce7a29e1e5eaf5f730ef004effed3add4;p=pandora-kernel.git Blackfin: fix memset in smp_send_reschedule() and -stop() To set zeroes the sizeof the struct should be used rather than sizeof the pointer, kzalloc does that. Signed-off-by: Roel Kluin Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed