aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/current_mm.h
blob: 8de8f8ceda6182a1b1416677e1b38a0d61310094 (plain)
1
2
3
4
5
6
#ifndef _M68K_CURRENT_H
#define _M68K_CURRENT_H

register struct task_struct *current __asm__("%a2");

#endif /* !(_M68K_CURRENT_H) */