repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86: reduce memory and intra-node effects
[linux-2.6/mini2440.git]
/
include
/
asm-sparc64
/
current.h
blob
6c21e4ee24751e602a106691d4444ad6f67f8f5b
1
#ifndef _SPARC64_CURRENT_H
2
#define _SPARC64_CURRENT_H
3
4
#include <linux/thread_info.h>
5
6
register
struct
task_struct
*
current
asm
(
"g4"
);
7
8
#endif
/* !(_SPARC64_CURRENT_H) */