uv.h 287 B

12345678910111213
  1. #ifndef _ASM_IA64_UV_UV_H
  2. #define _ASM_IA64_UV_UV_H
  3. #include <asm/system.h>
  4. #include <asm/sn/simulator.h>
  5. static inline int is_uv_system(void)
  6. {
  7. /* temporary support for running on hardware simulator */
  8. return IS_MEDUSA() || ia64_platform_is("uv");
  9. }
  10. #endif /* _ASM_IA64_UV_UV_H */