diff options
Diffstat (limited to 'arch/um/sys-i386/tls.c')
-rw-r--r-- | arch/um/sys-i386/tls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/sys-i386/tls.c b/arch/um/sys-i386/tls.c index 027e86ad9e5c..f29b8a8fc1e0 100644 --- a/arch/um/sys-i386/tls.c +++ b/arch/um/sys-i386/tls.c | |||
@@ -172,7 +172,7 @@ void clear_flushed_tls(struct task_struct *task) | |||
172 | * SKAS patch. | 172 | * SKAS patch. |
173 | */ | 173 | */ |
174 | 174 | ||
175 | int arch_switch_tls(struct task_struct *from, struct task_struct *to) | 175 | int arch_switch_tls(struct task_struct *to) |
176 | { | 176 | { |
177 | if (!host_supports_tls) | 177 | if (!host_supports_tls) |
178 | return 0; | 178 | return 0; |