From: Julien Grall Date: Fri, 8 Feb 2019 17:04:25 +0000 (+0000) Subject: arm64: Remove documentation about TIF_USEDFPU X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=47224e51ab778e918257b96c1a1b3735e4b8c15d;p=linux.git arm64: Remove documentation about TIF_USEDFPU TIF_USEDFPU is not defined as thread flags for Arm64. So drop it from the documentation. Acked-by: Will Deacon Signed-off-by: Julien Grall Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Catalin Marinas --- diff --git a/arch/arm64/include/asm/thread_info.h b/arch/arm64/include/asm/thread_info.h index bbca68b54732d..eb3ef73e07cfa 100644 --- a/arch/arm64/include/asm/thread_info.h +++ b/arch/arm64/include/asm/thread_info.h @@ -79,7 +79,6 @@ void arch_release_task_struct(struct task_struct *tsk); * TIF_SIGPENDING - signal pending * TIF_NEED_RESCHED - rescheduling necessary * TIF_NOTIFY_RESUME - callback before returning to user - * TIF_USEDFPU - FPU was used by this task this quantum (SMP) */ #define TIF_SIGPENDING 0 #define TIF_NEED_RESCHED 1