From: Al Viro Date: Thu, 26 Apr 2012 22:31:00 +0000 (-0400) Subject: HAVE_RESTORE_SIGMASK is defined on all architectures now X-Git-Tag: v3.5-rc1~14^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=754421c8cab1a568be844a7069fe04c1cf6391b8;p=pandora-kernel.git HAVE_RESTORE_SIGMASK is defined on all architectures now Everyone either defines it in arch thread_info.h or has TIF_RESTORE_SIGMASK and picks default set_restore_sigmask() in linux/thread_info.h. Kill the ifdefs, slap #error in linux/thread_info.h to catch breakage when new ones get merged. Signed-off-by: Al Viro --- Reading git-diff-tree failed