2 * Definitions for IDT RC323434 CPU.
5 #ifndef _ASM_RC32434_RC32434_H_
6 #define _ASM_RC32434_RC32434_H_
8 #include <linux/delay.h>
11 #define IDT_CLOCK_MULT 2
13 /* cpu pipeline flush */
14 static inline void rc32434_sync(void)
16 __asm__ volatile ("sync");
19 #endif /* _ASM_RC32434_RC32434_H_ */