Skip to content

Commit 47224e5

Browse files
Julien Grallctmarinas
authored andcommitted
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 <will.deacon@arm.com> Signed-off-by: Julien Grall <julien.grall@arm.com> Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
1 parent 0543371 commit 47224e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm64/include/asm/thread_info.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ void arch_release_task_struct(struct task_struct *tsk);
7979
* TIF_SIGPENDING - signal pending
8080
* TIF_NEED_RESCHED - rescheduling necessary
8181
* TIF_NOTIFY_RESUME - callback before returning to user
82-
* TIF_USEDFPU - FPU was used by this task this quantum (SMP)
8382
*/
8483
#define TIF_SIGPENDING 0
8584
#define TIF_NEED_RESCHED 1

0 commit comments

Comments
 (0)