Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49f65d9e authored by Vinayak Menon's avatar Vinayak Menon Committed by Gerrit - the friendly Code Review server
Browse files

um: define TIF_MM_RELEASED



Define TIF_MM_RELEASED to let UML compile.

Change-Id: I65dd431b7f1f756b33a2a0b25ab841aad5368967
Signed-off-by: default avatarVinayak Menon <vinmenon@codeaurora.org>
parent b2dd185a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ static inline struct thread_info *current_thread_info(void)
#define TIF_SYSCALL_AUDIT	6
#define TIF_RESTORE_SIGMASK	7
#define TIF_NOTIFY_RESUME	8
#define TIF_MM_RELEASED		9

#define _TIF_SYSCALL_TRACE	(1 << TIF_SYSCALL_TRACE)
#define _TIF_SIGPENDING		(1 << TIF_SIGPENDING)