mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
m32r: use generic current.h
Given that the arch does not add its own implementations, simply use the asm-generic/current.h (generic-y) header instead of duplicating code. Link: http://lkml.kernel.org/r/1482896994-25863-1-git-send-email-dave@stgolabs.net Signed-off-by: Davidlohr Bueso <dbueso@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
7659c655be
commit
6408b6fb99
@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
generic-y += clkdev.h
|
generic-y += clkdev.h
|
||||||
|
generic-y += current.h
|
||||||
generic-y += exec.h
|
generic-y += exec.h
|
||||||
generic-y += irq_work.h
|
generic-y += irq_work.h
|
||||||
generic-y += kvm_para.h
|
generic-y += kvm_para.h
|
||||||
|
@ -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 */
|
|
Loading…
Reference in New Issue
Block a user