Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
tglx
/
history
/
43f6fba891f8026d8b0fe92a67c4bd7dec96deef
/
.
/
include
/
asm-sparc64
/
current.h
blob: 7683c6bdcd10a332ed98bc4fefdc8f6de2974ffd [
file
]
#ifndef
_SPARC64_CURRENT_H
#define
_SPARC64_CURRENT_H
#include
<asm/thread_info.h>
#define
current
(
current_thread_info
()->
task
)
#endif
/* !(_SPARC64_CURRENT_H) */