]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/kexec.h
Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/arnd/cell...
[linux-2.6-omap-h63xx.git] / include / asm-arm / kexec.h
index 8c1c6162a80c1595c7b314bd752390dc7b824bde..47fe34d692dab57555a0b8e6af72b09660eca39f 100644 (file)
@@ -8,15 +8,18 @@
 /* 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
 
 #define KEXEC_ARCH KEXEC_ARCH_ARM
 
-#ifndef __ASSEMBLY__
+#define KEXEC_BOOT_PARAMS_SIZE 1536
+
+#define KEXEC_ARM_ATAGS_OFFSET  0x1000
+#define KEXEC_ARM_ZIMAGE_OFFSET 0x8000
 
-#define MAX_NOTE_BYTES 1024
+#ifndef __ASSEMBLY__
 
 struct kimage;
 /* Provide a dummy definition to avoid build failures. */