Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / sparc / include / asm / timex.h
diff --git a/kernel/arch/sparc/include/asm/timex.h b/kernel/arch/sparc/include/asm/timex.h
new file mode 100644 (file)
index 0000000..70cc37b
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef ___ASM_SPARC_TIMEX_H
+#define ___ASM_SPARC_TIMEX_H
+#if defined(__sparc__) && defined(__arch64__)
+#include <asm/timex_64.h>
+#else
+#include <asm/timex_32.h>
+#endif
+#endif