summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.8/0010-i387-re-introduce-FPU-state-preloading-at-context-sw.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.8/0010-i387-re-introduce-FPU-state-preloading-at-context-sw.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.8/0010-i387-re-introduce-FPU-state-preloading-at-context-sw.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.8/0010-i387-re-introduce-FPU-state-preloading-at-context-sw.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.8/0010-i387-re-introduce-FPU-state-preloading-at-context-sw.patch
index 95d4a73e..63bd1fdf 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.8/0010-i387-re-introduce-FPU-state-preloading-at-context-sw.patch
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.8/0010-i387-re-introduce-FPU-state-preloading-at-context-sw.patch
@@ -1,4 +1,4 @@
1From 9016ec427136d5b5d025948319cf1114dc7734e4 Mon Sep 17 00:00:00 2001 1From a3c1c72b3f2de7d8d0cece6a515404cd01c03bf0 Mon Sep 17 00:00:00 2001
2From: Linus Torvalds <torvalds@linux-foundation.org> 2From: Linus Torvalds <torvalds@linux-foundation.org>
3Date: Sat, 18 Feb 2012 12:56:35 -0800 3Date: Sat, 18 Feb 2012 12:56:35 -0800
4Subject: [PATCH 10/11] i387: re-introduce FPU state preloading at context 4Subject: [PATCH 10/11] i387: re-introduce FPU state preloading at context
@@ -47,8 +47,8 @@ Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
47Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 47Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
48--- 48---
49 arch/x86/include/asm/i387.h | 110 +++++++++++++++++++++++++++++++++++------- 49 arch/x86/include/asm/i387.h | 110 +++++++++++++++++++++++++++++++++++-------
50 arch/x86/kernel/process_32.c | 5 ++- 50 arch/x86/kernel/process_32.c | 5 +-
51 arch/x86/kernel/process_64.c | 5 ++- 51 arch/x86/kernel/process_64.c | 5 +-
52 arch/x86/kernel/traps.c | 55 ++++++++++++--------- 52 arch/x86/kernel/traps.c | 55 ++++++++++++---------
53 4 files changed, 133 insertions(+), 42 deletions(-) 53 4 files changed, 133 insertions(+), 42 deletions(-)
54 54
@@ -349,5 +349,5 @@ index a99badf..31d9d0f 100644
349 tsk->fpu_counter++; 349 tsk->fpu_counter++;
350 } 350 }
351-- 351--
3521.7.7.4 3521.7.9.4
353 353