add ARM specific support for UST
[ust.git] / include / ust / processor.h
index 6ee44ddde599f3bd8eb5e24d90295c800168e1be..35dcbb2eff33dc08c473741d368dda7b7d61711e 100644 (file)
@@ -476,4 +476,19 @@ static __inline__ int fls(unsigned int x)
 
 #endif
 
+#ifdef __arm__
+
+struct registers {
+};
+
+#define ARCH_COPY_ADDR(dst) "ldr "dst", =2b\n\t" \
+               "b 55f\n\t" \
+               ".ltorg\n\t" \
+               "55:\n\t"
+
+#define _ASM_PTR ".long "
+#define save_registers(a)
+
+#endif /* __arm__ */
+
 #endif /* UST_PROCESSOR_H */
This page took 0.022324 seconds and 4 git commands to generate.