Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5a874db4d9bfd8a4c6324d844a4d1c7cfa5cf2c4
/
.
/
include
/
asm-sparc64
/
current.h
blob: 6c21e4ee24751e602a106691d4444ad6f67f8f5b [
file
] [
log
] [
blame
]
#ifndef
_SPARC64_CURRENT_H
#define
_SPARC64_CURRENT_H
#include
<linux/thread_info.h>
register
struct
task_struct
*
current
asm
(
"g4"
);
#endif
/* !(_SPARC64_CURRENT_H) */