summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/fpu/internal.h
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2023-09-11 22:39:55 +0300
committerVasily Gorbik <gor@linux.ibm.com>2023-09-19 14:26:56 +0300
commit0c4d01f3952911b766e6394e0053146c24c98357 (patch)
treee6c8945708e64dca2374bda03fa6d31e93e3083e /arch/s390/include/asm/fpu/internal.h
parentaa36d433b79657c1fed31ff5ae2bbd6f7bc123aa (diff)
downloadlinux-0c4d01f3952911b766e6394e0053146c24c98357.tar.xz
s390/ctlreg: move control register code to separate file
Control register handling has nothing to do with low level SMP code. Move it to a separate file. Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/fpu/internal.h')
-rw-r--r--arch/s390/include/asm/fpu/internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/include/asm/fpu/internal.h b/arch/s390/include/asm/fpu/internal.h
index bbdadb1c9efc..8634581b9011 100644
--- a/arch/s390/include/asm/fpu/internal.h
+++ b/arch/s390/include/asm/fpu/internal.h
@@ -10,7 +10,6 @@
#define _ASM_S390_FPU_INTERNAL_H
#include <linux/string.h>
-#include <asm/ctl_reg.h>
#include <asm/fpu/types.h>
static inline void save_vx_regs(__vector128 *vxrs)