Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / ia64 / include / asm / uv / uv.h
blob71df93ee3bc024ef3beccb35e4b231b4844cd27a
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_IA64_UV_UV_H
3 #define _ASM_IA64_UV_UV_H
5 #include <asm/sn/simulator.h>
7 static inline int is_uv_system(void)
9 /* temporary support for running on hardware simulator */
10 return IS_MEDUSA() || ia64_platform_is("uv");
13 #endif /* _ASM_IA64_UV_UV_H */