GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / ia64 / include / asm / uv / uv.h
blob61b5bdfd980ee019668ce263efc00d4bb89de071
1 #ifndef _ASM_IA64_UV_UV_H
2 #define _ASM_IA64_UV_UV_H
4 #include <asm/system.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 */