projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1306383
)
[PATCH] i386: white space fixes in i387.h
author
Jan Kiszka
<jan.kiszka@web.de>
Wed, 2 May 2007 17:27:21 +0000
(19:27 +0200)
committer
Andi Kleen
<andi@basil.nowhere.org>
Wed, 2 May 2007 17:27:21 +0000
(19:27 +0200)
Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
Signed-off-by: Andi Kleen <ak@suse.de>
include/asm-i386/i387.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-i386/i387.h
b/include/asm-i386/i387.h
index 434936c732d67f94f083bbec7198051243feba66..49dc8e1413106b9efefc85c620da8814c15d8362 100644
(file)
--- a/
include/asm-i386/i387.h
+++ b/
include/asm-i386/i387.h
@@
-83,8
+83,8
@@
static inline void __save_init_fpu( struct task_struct *tsk )
#define __clear_fpu( tsk ) \
do { \
- if (task_thread_info(tsk)->status & TS_USEDFPU) {
\
- asm volatile("fnclex ; fwait");
\
+ if (task_thread_info(tsk)->status & TS_USEDFPU) { \
+ asm volatile("fnclex ; fwait"); \
task_thread_info(tsk)->status &= ~TS_USEDFPU; \
stts(); \
} \
@@
-113,7
+113,7
@@
static inline void save_init_fpu( struct task_struct *tsk )
__clear_fpu( tsk ); \
preempt_enable(); \
} while (0)
- \
+
/*
* FPU state interaction...
*/