aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m32r/current.h
diff options
context:
space:
mode:
authorIngo Molnar <[email protected]>2009-05-11 12:44:27 +0000
committerIngo Molnar <[email protected]>2009-05-11 12:44:31 +0000
commit41fb454ebe6024f5c1e3b3cbc0abc0da762e7b51 (patch)
tree51c50bcb67a5039448ddfa1869d7948cab1217e9 /include/asm-m32r/current.h
parentx86 gart: reimplement IOMMU_LEAK feature by using DMA_API_DEBUG (diff)
parentLinux 2.6.30-rc5 (diff)
downloadkernel-41fb454ebe6024f5c1e3b3cbc0abc0da762e7b51.tar.gz
kernel-41fb454ebe6024f5c1e3b3cbc0abc0da762e7b51.zip
Merge commit 'v2.6.30-rc5' into core/iommu
Merge reason: core/iommu was on an .30-rc1 base, update it to .30-rc5 to refresh. Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'include/asm-m32r/current.h')
-rw-r--r--include/asm-m32r/current.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/asm-m32r/current.h b/include/asm-m32r/current.h
deleted file mode 100644
index 7859d864f2c2..000000000000
--- a/include/asm-m32r/current.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef _ASM_M32R_CURRENT_H
-#define _ASM_M32R_CURRENT_H
-
-#include <linux/thread_info.h>
-
-struct task_struct;
-
-static __inline__ struct task_struct *get_current(void)
-{
- return current_thread_info()->task;
-}
-
-#define current (get_current())
-
-#endif /* _ASM_M32R_CURRENT_H */