diff options
Diffstat (limited to 'include/asm-mips/kexec.h')
| -rw-r--r-- | include/asm-mips/kexec.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/kexec.h b/include/asm-mips/kexec.h index cdbab43b7d3..4314892aaeb 100644 --- a/include/asm-mips/kexec.h +++ b/include/asm-mips/kexec.h @@ -16,7 +16,7 @@   /* Maximum address we can use for the control code buffer */  #define KEXEC_CONTROL_MEMORY_LIMIT (0x20000000) -#define KEXEC_CONTROL_CODE_SIZE 4096 +#define KEXEC_CONTROL_PAGE_SIZE 4096  /* The native architecture */  #define KEXEC_ARCH KEXEC_ARCH_MIPS  |