aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/current.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc64/current.h')
-rw-r--r--include/asm-sparc64/current.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/asm-sparc64/current.h b/include/asm-sparc64/current.h
index 6c21e4ee2475..a7904a7f53a8 100644
--- a/include/asm-sparc64/current.h
+++ b/include/asm-sparc64/current.h
@@ -1,8 +1 @@
1#ifndef _SPARC64_CURRENT_H #include <asm-sparc/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) */