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 3b0e51d5a613..c5b04e752e97 100644 --- a/arch/mips/include/asm/addrspace.h +++ b/arch/mips/include/asm/addrspace.h | |||
| @@ -45,7 +45,7 @@ | |||
| 45 | /* | 45 | /* |
| 46 | * Returns the kernel segment base of a given address | 46 | * Returns the kernel segment base of a given address |
| 47 | */ | 47 | */ |
| 48 | #define KSEGX(a) ((_ACAST32_ (a)) & 0xe0000000) | 48 | #define KSEGX(a) ((_ACAST32_(a)) & _ACAST32_(0xe0000000)) |
| 49 | 49 | ||
| 50 | /* | 50 | /* |
| 51 | * Returns the physical address of a CKSEGx / XKPHYS address | 51 | * Returns the physical address of a CKSEGx / XKPHYS address |
