summaryrefslogtreecommitdiff
path: root/arch/c6x/kernel/asm-offsets.c
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2020-10-09 14:35:34 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-01-04 11:39:21 +0100
commitc82617d9decc3c5af2ab2c66055701f7fbd944f6 (patch)
tree3bb1ba390296cd5cdaa369c28205b2abc4cf20f4 /arch/c6x/kernel/asm-offsets.c
parent30b78a17ac8f21751426edbe72fabfc1d825e9a0 (diff)
c6x: add support for TIF_NOTIFY_SIGNAL
[ Upstream commit 6d665a4d8b4264def0fbb72da3a500d9904ffe3e ] Wire up TIF_NOTIFY_SIGNAL handling for c6x. Cc: linux-c6x-dev@linux-c6x.org Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/c6x/kernel/asm-offsets.c')
-rw-r--r--arch/c6x/kernel/asm-offsets.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/c6x/kernel/asm-offsets.c b/arch/c6x/kernel/asm-offsets.c
index 0f8fde494875..4a264ef87dcb 100644
--- a/arch/c6x/kernel/asm-offsets.c
+++ b/arch/c6x/kernel/asm-offsets.c
@@ -116,6 +116,7 @@ void foo(void)
DEFINE(_TIF_NOTIFY_RESUME, (1<<TIF_NOTIFY_RESUME));
DEFINE(_TIF_SIGPENDING, (1<<TIF_SIGPENDING));
DEFINE(_TIF_NEED_RESCHED, (1<<TIF_NEED_RESCHED));
+ DEFINE(_TIF_NOTIFY_SIGNAL, (1<<TIF_NOTIFY_SIGNAL));
DEFINE(_TIF_ALLWORK_MASK, TIF_ALLWORK_MASK);
DEFINE(_TIF_WORK_MASK, TIF_WORK_MASK);