From b8690293f724171cf3a1993d2aa6de24be0e04c0 Mon Sep 17 00:00:00 2001 From: Hongchen Zhang Date: Sat, 31 Dec 2022 00:58:44 +0800 Subject: [PATCH] LoongArch: fix SECCOMP test error LoongArch inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I6BWFP -------------------------------- When we test the ltp testcase prctl04,we get failed.The reason is _TIF_SECOMP not defined for LoongArch.So define the _TIF_SECCOMP for LoongArch. Signed-off-by: Hongchen Zhang Change-Id: I6e890cf347839f301b45036693a0cce3736d3ce3 --- arch/loongarch/include/asm/thread_info.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/loongarch/include/asm/thread_info.h b/arch/loongarch/include/asm/thread_info.h index c9030464cbb5..43e74b37df60 100644 --- a/arch/loongarch/include/asm/thread_info.h +++ b/arch/loongarch/include/asm/thread_info.h @@ -112,6 +112,7 @@ static inline unsigned long current_stack_pointer(void) #define _TIF_LASX_CTX_LIVE (1<