blob: 094d285a1b3488eeec9b69d9a3063954d84af353 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _ALPHA_CURRENT_H
2#define _ALPHA_CURRENT_H
3
4#include <linux/thread_info.h>
5
Andrew Morton06f11f32008-04-02 13:04:52 -07006#define get_current() (current_thread_info()->task)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007#define current get_current()
8
9#endif /* _ALPHA_CURRENT_H */