From 6caaffd6ee247d047932ab7152b981bebd83648a Mon Sep 17 00:00:00 2001 From: Thomas Kunze Date: Sun, 24 Feb 2008 17:59:34 +0100 Subject: [PATCH] --- yaml --- r: 86608 b: refs/heads/master c: 5ce94e9e8b469a17fbd3efa1b940c19b5e43449a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-arm/kexec.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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