diff options
Diffstat (limited to 'arch/mips/include/asm/addrspace.h')
| -rw-r--r-- | arch/mips/include/asm/addrspace.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/mips/include/asm/addrspace.h b/arch/mips/include/asm/addrspace.h index 3a1e6d615..b768bb508 100644 --- a/arch/mips/include/asm/addrspace.h +++ b/arch/mips/include/asm/addrspace.h @@ -136,7 +136,7 @@     cannot access physical memory directly from core */  #define UNCACHED_SDRAM(a) (((unsigned long)(a)) | 0x20000000)  #else	/* !CONFIG_SOC_AU1X00 */ -#define UNCACHED_SDRAM(a) KSEG1ADDR(a) +#define UNCACHED_SDRAM(a) CKSEG1ADDR(a)  #endif	/* CONFIG_SOC_AU1X00 */  #endif	/* __ASSEMBLY__ */ |