swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 80c218812786f619c9a1ce50d0e7c32c7afde4de authored by Linus Torvalds on 08 November 2006, 02:24:20 UTC
Linux 2.6.19-rc5
Tip revision: 80c2188
current.h
#ifndef _SPARC64_CURRENT_H
#define _SPARC64_CURRENT_H

#include <linux/thread_info.h>

register struct task_struct *current asm("g4");

#endif /* !(_SPARC64_CURRENT_H) */
back to top