thread_info.h 200 字节
Newer Older
1 2 3
#ifndef ___ASM_SPARC_THREAD_INFO_H
#define ___ASM_SPARC_THREAD_INFO_H
#if defined(__sparc__) && defined(__arch64__)
4
#include <asm/thread_info_64.h>
5
#else
6
#include <asm/thread_info_32.h>
7
#endif
L
Linus Torvalds 已提交
8
#endif