X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Favr32%2Finclude%2Fasm%2Fthread_info.h;h=4442f8d2d4239a09470e04583aa9f168583246d9;hb=83224b08372be48d5fcefedc4886457da29130c8;hp=294b25f9323dda6a4885de1a6b874b4a6a3bb825;hpb=83bd6998b04fc1bb7280b14f16b2bdbdc07c914b;p=karo-tx-linux.git diff --git a/arch/avr32/include/asm/thread_info.h b/arch/avr32/include/asm/thread_info.h index 294b25f9323d..4442f8d2d423 100644 --- a/arch/avr32/include/asm/thread_info.h +++ b/arch/avr32/include/asm/thread_info.h @@ -96,6 +96,7 @@ static inline struct thread_info *current_thread_info(void) #define _TIF_MEMDIE (1 << TIF_MEMDIE) #define _TIF_RESTORE_SIGMASK (1 << TIF_RESTORE_SIGMASK) #define _TIF_CPU_GOING_TO_SLEEP (1 << TIF_CPU_GOING_TO_SLEEP) +#define _TIF_FREEZE (1 << TIF_FREEZE) /* Note: The masks below must never span more than 16 bits! */