Skip to content

Commit 2c6b967

Browse files
committed
s390/fpu: remove TIF_FPU
TIF_FPU is unused - remove it. Signed-off-by: Heiko Carstens <[email protected]>
1 parent 8c09871 commit 2c6b967

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/s390/include/asm/thread_info.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ void arch_setup_new_exec(void);
6969
#define TIF_PATCH_PENDING 5 /* pending live patching update */
7070
#define TIF_PGSTE 6 /* New mm's will use 4K page tables */
7171
#define TIF_NOTIFY_SIGNAL 7 /* signal notifications exist */
72-
#define TIF_FPU 8 /* restore FPU registers on exit to usermode */
7372
#define TIF_ISOLATE_BP_GUEST 9 /* Run KVM guests with isolated BP */
7473
#define TIF_PER_TRAP 10 /* Need to handle PER trap on exit to usermode */
7574

@@ -93,7 +92,6 @@ void arch_setup_new_exec(void);
9392
#define _TIF_UPROBE BIT(TIF_UPROBE)
9493
#define _TIF_GUARDED_STORAGE BIT(TIF_GUARDED_STORAGE)
9594
#define _TIF_PATCH_PENDING BIT(TIF_PATCH_PENDING)
96-
#define _TIF_FPU BIT(TIF_FPU)
9795
#define _TIF_ISOLATE_BP_GUEST BIT(TIF_ISOLATE_BP_GUEST)
9896
#define _TIF_PER_TRAP BIT(TIF_PER_TRAP)
9997

0 commit comments

Comments
 (0)