xref: /linux/arch/mips/include/asm/mach-loongson64/workarounds.h (revision 3aed61d1eb06b8b19b7bb09d49b222ebc3f83347)
1 #ifndef __ASM_MACH_LOONGSON64_WORKAROUNDS_H_
2 #define __ASM_MACH_LOONGSON64_WORKAROUNDS_H_
3 
4 #define WORKAROUND_CPUFREQ	0x00000001
5 #define WORKAROUND_CPUHOTPLUG	0x00000002
6 
7 #endif
8