um: remove auxiliary FP registers
authorBenjamin Berg <benjamin.berg@intel.com>
Fri, 4 Oct 2024 23:38:21 +0000 (01:38 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 10 Oct 2024 10:10:30 +0000 (12:10 +0200)
commitc6ce72005d1af98b983cc27aaa770afa66a1ca90
tree6136475501f012c44695a75bdd6dd5c1b50f1599
parent48a858e0819ab9aad37d30cd2efadff928504021
um: remove auxiliary FP registers

We do not need the extra save/restore of the FP registers when getting
the fault information. This was originally added in commit 2f56debd77a8
("uml: fix FP register corruption") but at that time the code was not
saving/restoring the FP registers when switching to userspace. This was
fixed in commit fbfe9c847edf ("um: Save FPU registers between task
switches") and since then the auxiliary registers have not been useful.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Link: https://patch.msgid.link/20241004233821.2130874-1-benjamin@sipsolutions.net
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
arch/um/include/asm/thread_info.h
arch/um/include/shared/os.h
arch/um/kernel/process.c
arch/um/os-Linux/skas/process.c