added 2.6.29.6 aldebaran kernel
[nao-ulib.git] / kernel / 2.6.29.6-aldebaran-rt / arch / mips / include / asm / mach-rc32434 / rc32434.h
blobfce25d4231fc8f5b8920768ce65bf8980159e5b6
1 /*
2 * Definitions for IDT RC323434 CPU.
3 */
5 #ifndef _ASM_RC32434_RC32434_H_
6 #define _ASM_RC32434_RC32434_H_
8 #include <linux/delay.h>
9 #include <linux/io.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_ */