arm64: Remove documentation about TIF_USEDFPU
authorJulien Grall <julien.grall@arm.com>
Fri, 8 Feb 2019 17:04:25 +0000 (17:04 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 26 Feb 2019 16:41:10 +0000 (16:41 +0000)
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>
arch/arm64/include/asm/thread_info.h

index bbca68b..eb3ef73 100644 (file)
@@ -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