[CRIS] Move header files from include to arch/cris/include.
Change all users of header files to correct path. Remove some unneeded headers for arch-v32. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
This commit is contained in:
15
arch/cris/include/asm/current.h
Normal file
15
arch/cris/include/asm/current.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef _CRIS_CURRENT_H
|
||||
#define _CRIS_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 /* !(_CRIS_CURRENT_H) */
|
Reference in New Issue
Block a user