aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/current_32.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/current_32.h')
-rw-r--r--include/asm-x86/current_32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/current_32.h b/include/asm-x86/current_32.h
index d35248539912..5af9bdb97a16 100644
--- a/include/asm-x86/current_32.h
+++ b/include/asm-x86/current_32.h
@@ -11,7 +11,7 @@ static __always_inline struct task_struct *get_current(void)
{
return x86_read_percpu(current_task);
}
-
+
#define current get_current()
#endif /* !(_I386_CURRENT_H) */