]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-powerpc/kdump.h
[SCSI] fix locking in host use of blk_plug_device()
[linux-2.6-omap-h63xx.git] / include / asm-powerpc / kdump.h
index 10e8eb1e6f4f67e9ec9d1577927980481659926d..f6c93c7168988664ad6144d06936ac3ebfc964ca 100644 (file)
 
 #ifdef CONFIG_CRASH_DUMP
 
-#define PHYSICAL_START KDUMP_KERNELBASE
 #define KDUMP_TRAMPOLINE_START 0x0100
 #define KDUMP_TRAMPOLINE_END   0x3000
 
 #define KDUMP_MIN_TCE_ENTRIES  2048
 
-#else /* !CONFIG_CRASH_DUMP */
-
-#define PHYSICAL_START 0x0
-
 #endif /* CONFIG_CRASH_DUMP */
 
 #ifndef __ASSEMBLY__