parisc: Use _TIF_USER_WORK_MASK in entry.S
authorHelge Deller <deller@gmx.de>
Thu, 29 Oct 2020 21:01:06 +0000 (22:01 +0100)
committerHelge Deller <deller@gmx.de>
Wed, 11 Nov 2020 13:58:54 +0000 (14:58 +0100)
commitc984baad3d8dd8555d23f0598fb81c3e0ea04c0e
tree1cc7a5da860a708918dc12f238daf6a83a129dfa
parent93346da8ff47cc00f953c7f38a2d6ba11977fc42
parisc: Use _TIF_USER_WORK_MASK in entry.S

The constant _TIF_USER_WORK_MASK will get extended by additional flags
in the future, so check against the bits set in this mask - with the
exception of _TIF_NEED_RESCHED which was tested a few lines above.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/entry.S