xref: /openbmc/linux/arch/mips/include/asm/mach-loongson64/spaces.h (revision efdbd7345f8836f7495f3ac6ee237d86cb3bb6b0)
1 #ifndef __ASM_MACH_LOONGSON64_SPACES_H_
2 #define __ASM_MACH_LOONGSON64_SPACES_H_
3 
4 #if defined(CONFIG_64BIT)
5 #define CAC_BASE        _AC(0x9800000000000000, UL)
6 #endif /* CONFIG_64BIT */
7 
8 #include <asm/mach-generic/spaces.h>
9 #endif
10