From: John Kacur Date: Mon, 12 Oct 2009 20:44:40 +0000 (+0200) Subject: blackfin: Remove the BKL from sys_execve X-Git-Tag: v2.6.33-rc1~357^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25708a5fe7467dcc69d9b92c1701aad4a0c71887;p=pandora-kernel.git blackfin: Remove the BKL from sys_execve This looks like a cut-and-paste job. For example, compare this function to sys_execve in arch/x86/kernel/process_64.c and it is almost line by line the same, except the one in x86 nolonger has the big kernel lock. All of the functions called between the lock are generic and not specific to blackfin - thus, I believe it is safe to remove the bkl here. Signed-off-by: John Kacur Reviewed-by: Frederic Weisbecker Acked-by: Mike Frysinger LKML-Reference: Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed