From: Tejun Heo Date: Sat, 20 Aug 2011 09:31:40 +0000 (+0200) Subject: freezer: remove now unused TIF_FREEZE X-Git-Tag: next-20110822~18^2^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c9ff4d7b50c4070e217a3afd9e78c5045ab0d86b;p=karo-tx-linux.git freezer: remove now unused TIF_FREEZE Signed-off-by: Tejun Heo Cc: Arnd Bergmann Cc: linux-arch@vger.kernel.org --- diff --git a/arch/alpha/include/asm/thread_info.h b/arch/alpha/include/asm/thread_info.h index 6f32f9c84a2d..7e5510202d37 100644 --- a/arch/alpha/include/asm/thread_info.h +++ b/arch/alpha/include/asm/thread_info.h @@ -79,7 +79,6 @@ register struct thread_info *__current_thread_info __asm__("$8"); #define TIF_UAC_SIGBUS 12 #define TIF_MEMDIE 13 /* is terminating due to OOM killer */ #define TIF_RESTORE_SIGMASK 14 /* restore signal mask in do_signal */ -#define TIF_FREEZE 16 /* is freezing for suspend */ #define _TIF_SYSCALL_TRACE (1<