summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0008-x86-fpu-Remove-user_fpu_begin.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0008-x86-fpu-Remove-user_fpu_begin.patch')
-rw-r--r--debian/patches-rt/0008-x86-fpu-Remove-user_fpu_begin.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/0008-x86-fpu-Remove-user_fpu_begin.patch b/debian/patches-rt/0008-x86-fpu-Remove-user_fpu_begin.patch
index b84e88550..bcab836ce 100644
--- a/debian/patches-rt/0008-x86-fpu-Remove-user_fpu_begin.patch
+++ b/debian/patches-rt/0008-x86-fpu-Remove-user_fpu_begin.patch
@@ -1,7 +1,7 @@
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Thu, 18 Oct 2018 18:34:11 +0200
Subject: [PATCH 08/27] x86/fpu: Remove user_fpu_begin()
-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
user_fpu_begin() sets fpu_fpregs_owner_ctx to task's fpu struct. This is
always the case since there is no lazy FPU anymore.