diff --git a/[refs] b/[refs] index 48030c9def73..19ac161e41d9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 94a3f78566ef98a48814d82892f28bb741624cb8 +refs/heads/master: 5ce94e9e8b469a17fbd3efa1b940c19b5e43449a diff --git a/trunk/include/asm-arm/kexec.h b/trunk/include/asm-arm/kexec.h index 1ee17b6951d0..47fe34d692da 100644 --- a/trunk/include/asm-arm/kexec.h +++ b/trunk/include/asm-arm/kexec.h @@ -8,7 +8,7 @@ /* Maximum address we can reach in physical address mode */ #define KEXEC_DESTINATION_MEMORY_LIMIT (-1UL) /* Maximum address we can use for the control code buffer */ -#define KEXEC_CONTROL_MEMORY_LIMIT TASK_SIZE +#define KEXEC_CONTROL_MEMORY_LIMIT (-1UL) #define KEXEC_CONTROL_CODE_SIZE 4096