[PATCH] x86-64: Don't assign CPU numbers in SRAT parsing
[deliverable/linux.git] / include / asm-m32r / current.h
CommitLineData
1da177e4
LT
1#ifndef _ASM_M32R_CURRENT_H
2#define _ASM_M32R_CURRENT_H
3
4/* $Id$ */
5
6#include <linux/thread_info.h>
7
8struct task_struct;
9
10static __inline__ struct task_struct *get_current(void)
11{
12 return current_thread_info()->task;
13}
14
15#define current (get_current())
16
17#endif /* _ASM_M32R_CURRENT_H */
18
This page took 0.058764 seconds and 5 git commands to generate.