kernel/exit.c: In function ‘exit_mm’:
kernel/exit.c:691:28: error: ‘TIF_MM_RELEASED’ undeclared (first use in this function)
set_tsk_thread_flag(tsk, TIF_MM_RELEASED);
^
kernel/exit.c:691:28: note: each undeclared identifier is reported only once for each function...