swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: f89f5948fc10bb973cd452d2e334da207828e228 authored by Linus Torvalds on 24 December 2005, 23:47:48 UTC
Linux v2.6.15-rc7
Tip revision: f89f594
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