diff options
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/cavium-octeon/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/cavium-octeon/setup.c b/arch/mips/cavium-octeon/setup.c index 01b1b3f94feb..1e1e18c5a534 100644 --- a/arch/mips/cavium-octeon/setup.c +++ b/arch/mips/cavium-octeon/setup.c | |||
@@ -996,7 +996,7 @@ void __init plat_mem_setup(void) | |||
996 | cvmx_bootmem_unlock(); | 996 | cvmx_bootmem_unlock(); |
997 | /* Add the memory region for the kernel. */ | 997 | /* Add the memory region for the kernel. */ |
998 | kernel_start = (unsigned long) _text; | 998 | kernel_start = (unsigned long) _text; |
999 | kernel_size = ALIGN(_end - _text, 0x100000); | 999 | kernel_size = _end - _text; |
1000 | 1000 | ||
1001 | /* Adjust for physical offset. */ | 1001 | /* Adjust for physical offset. */ |
1002 | kernel_start &= ~0xffffffff80000000ULL; | 1002 | kernel_start &= ~0xffffffff80000000ULL; |