Skip to content
Snippets Groups Projects
Commit 47224e51 authored by Julien Grall's avatar Julien Grall Committed by Catalin Marinas
Browse files

arm64: Remove documentation about TIF_USEDFPU


TIF_USEDFPU is not defined as thread flags for Arm64. So drop it from
the documentation.

Acked-by: default avatarWill Deacon <will.deacon@arm.com>
Signed-off-by: default avatarJulien Grall <julien.grall@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 0543371a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment