From: Matt Fleming Date: Tue, 10 Jan 2012 23:11:14 +0000 (-0800) Subject: sparc: make SA_NOMASK a synonym of SA_NODEFER X-Git-Tag: v3.3-rc1~113^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f350b1778f1b7713ef54fbc7e079e09e2fe098b9;p=pandora-kernel.git sparc: make SA_NOMASK a synonym of SA_NODEFER Unlike other architectures, sparc currently has no SA_NODEFER definition but only the older SA_NOMASK. Since SA_NOMASK is the historical name for SA_NODEFER, add SA_NODEFER and copy what other architectures do by making SA_NOMASK a synonym for SA_NODEFER. Signed-off-by: Matt Fleming Acked-by: Oleg Nesterov Cc: "David S. Miller" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed