[PATCH] vfree does its own NULL check, no need to be explicit in oss/msnd.c
[linux-2.6/s3c2410-cpufreq.git] / include / asm-sparc64 / current.h
blob6c21e4ee24751e602a106691d4444ad6f67f8f5b
1 #ifndef _SPARC64_CURRENT_H
2 #define _SPARC64_CURRENT_H
4 #include <linux/thread_info.h>
6 register struct task_struct *current asm("g4");
8 #endif /* !(_SPARC64_CURRENT_H) */