aboutsummaryrefslogtreecommitdiffstats
path: root/xenolinux-2.4.21-pre4-sparse/include/asm-xeno/current.h
diff options
context:
space:
mode:
Diffstat (limited to 'xenolinux-2.4.21-pre4-sparse/include/asm-xeno/current.h')
-rw-r--r--xenolinux-2.4.21-pre4-sparse/include/asm-xeno/current.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/xenolinux-2.4.21-pre4-sparse/include/asm-xeno/current.h b/xenolinux-2.4.21-pre4-sparse/include/asm-xeno/current.h
deleted file mode 100644
index bc1496a2c9..0000000000
--- a/xenolinux-2.4.21-pre4-sparse/include/asm-xeno/current.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef _I386_CURRENT_H
-#define _I386_CURRENT_H
-
-struct task_struct;
-
-static inline struct task_struct * get_current(void)
-{
- struct task_struct *current;
- __asm__("andl %%esp,%0; ":"=r" (current) : "0" (~8191UL));
- return current;
- }
-
-#define current get_current()
-
-#endif /* !(_I386_CURRENT_H) */