aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/current_mm.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/current_mm.h')
-rw-r--r--arch/m68k/include/asm/current_mm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/current_mm.h b/arch/m68k/include/asm/current_mm.h
new file mode 100644
index 000000000000..8de8f8ceda61
--- /dev/null
+++ b/arch/m68k/include/asm/current_mm.h
@@ -0,0 +1,6 @@
1#ifndef _M68K_CURRENT_H
2#define _M68K_CURRENT_H
3
4register struct task_struct *current __asm__("%a2");
5
6#endif /* !(_M68K_CURRENT_H) */