Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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