Release 4.11 arch/ia64/include/asm/uv/uv.h
#ifndef _ASM_IA64_UV_UV_H
#define _ASM_IA64_UV_UV_H
#include <asm/sn/simulator.h>
static inline int is_uv_system(void)
{
/* temporary support for running on hardware simulator */
return IS_MEDUSA() || ia64_platform_is("uv");
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Dean Nelson | 19 | 100.00% | 1 | 100.00% |
Total | 19 | 100.00% | 1 | 100.00% |
#endif /* _ASM_IA64_UV_UV_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Dean Nelson | 31 | 100.00% | 1 | 100.00% |
Total | 31 | 100.00% | 1 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.