summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0004-x86-fpu-Always-init-the-state-in-fpu__clear.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0004-x86-fpu-Always-init-the-state-in-fpu__clear.patch')
-rw-r--r--debian/patches-rt/0004-x86-fpu-Always-init-the-state-in-fpu__clear.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/0004-x86-fpu-Always-init-the-state-in-fpu__clear.patch b/debian/patches-rt/0004-x86-fpu-Always-init-the-state-in-fpu__clear.patch
index 7b0d34397..3226a450b 100644
--- a/debian/patches-rt/0004-x86-fpu-Always-init-the-state-in-fpu__clear.patch
+++ b/debian/patches-rt/0004-x86-fpu-Always-init-the-state-in-fpu__clear.patch
@@ -1,7 +1,7 @@
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Wed, 17 Oct 2018 15:27:34 +0200
Subject: [PATCH 04/27] x86/fpu: Always init the `state' in fpu__clear()
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.0/older/patches-5.0.7-rt5.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.0/older/patches-5.0.10-rt7.tar.xz
fpu__clear() only initializes the `state' if the FPU is present. This
initialisation is also required for the FPU-less system and takes place