aboutsummaryrefslogtreecommitdiff
path: root/include/asm-i386/current.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/current.h')
-rw-r--r--include/asm-i386/current.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/asm-i386/current.h b/include/asm-i386/current.h
deleted file mode 100644
index 5252ee0f6d7..00000000000
--- a/include/asm-i386/current.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef _I386_CURRENT_H
-#define _I386_CURRENT_H
-
-#include <asm/pda.h>
-#include <linux/compiler.h>
-
-struct task_struct;
-
-static __always_inline struct task_struct *get_current(void)
-{
- return read_pda(pcurrent);
-}
-
-#define current get_current()
-
-#endif /* !(_I386_CURRENT_H) */