Release 4.14 arch/ia64/include/asm/uv/uv.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 96.88% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 3.12% | 1 | 50.00% |
Total | 32 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.