Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
[deliverable/linux.git] / include / asm-sparc64 / current.h
CommitLineData
1da177e4
LT
1#ifndef _SPARC64_CURRENT_H
2#define _SPARC64_CURRENT_H
3
4#include <linux/thread_info.h>
5
6register struct task_struct *current asm("g4");
7
8#endif /* !(_SPARC64_CURRENT_H) */
This page took 0.120371 seconds and 5 git commands to generate.