m68k: Revive _TIF_* masks
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 26 Aug 2020 12:29:23 +0000 (14:29 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 7 Sep 2020 08:56:08 +0000 (10:56 +0200)
commit62148d98590191f0515e89e7a6eed47bc5c51ae8
tree4b900e3be7a92c12bb184c5169d57f80930f589d
parent5661bccb70ef134502b9d2e80a19465ad943b022
m68k: Revive _TIF_* masks

While the core m68k code does not use the _TIF_* masks anymore, there
exists generic code that relies on their presence.  Fortunately none of
that code is used on m68k, currently.

Re-add the various _TIF_* masks, which were removed in commit
cddafa3500fde4a0 ("m68k/m68knommu: merge MMU and non-MMU
thread_info.h"), to avoid future nasty surprises.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Greg Ungerer <gerg@linux-m68k.org>
Link: https://lore.kernel.org/r/20200826122923.22821-1-geert@linux-m68k.org
arch/m68k/include/asm/thread_info.h