]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/current_64.h
x86: janitor work in bugs.c
[linux-2.6-omap-h63xx.git] / include / asm-x86 / current_64.h
index bc8adecee66d74abc53ce61e1632112e6e28b941..2d368ede2fc1ed715554879d90395ace7cf02445 100644 (file)
@@ -1,23 +1,23 @@
 #ifndef _X86_64_CURRENT_H
 #define _X86_64_CURRENT_H
 
-#if !defined(__ASSEMBLY__) 
+#if !defined(__ASSEMBLY__)
 struct task_struct;
 
 #include <asm/pda.h>
 
-static inline struct task_struct *get_current(void) 
-{ 
-       struct task_struct *t = read_pda(pcurrent); 
+static inline struct task_struct *get_current(void)
+{
+       struct task_struct *t = read_pda(pcurrent);
        return t;
-} 
+}
 
 #define current get_current()
 
 #else
 
 #ifndef ASM_OFFSET_H
-#include <asm/asm-offsets.h> 
+#include <asm/asm-offsets.h>
 #endif
 
 #define GET_CURRENT(reg) movq %gs:(pda_pcurrent),reg