]> Pileus Git - ~andy/linux/blobdiff - arch/powerpc/include/asm/kdump.h
Merge branch 'btrfs-3.0' of git://github.com/chrismason/linux
[~andy/linux] / arch / powerpc / include / asm / kdump.h
index 6857af58b02eef9ddc9f2a91d42d28259a5a4b6b..bffd062adf799d605460fee0910d14082765df8c 100644 (file)
@@ -3,17 +3,7 @@
 
 #include <asm/page.h>
 
-/*
- * If CONFIG_RELOCATABLE is enabled we can place the kdump kernel anywhere.
- * To keep enough space in the RMO for the first stage kernel on 64bit, we
- * place it at 64MB. If CONFIG_RELOCATABLE is not enabled we must place
- * the second stage at 32MB.
- */
-#if defined(CONFIG_RELOCATABLE) && defined(CONFIG_PPC64)
-#define KDUMP_KERNELBASE       0x4000000
-#else
 #define KDUMP_KERNELBASE       0x2000000
-#endif
 
 /* How many bytes to reserve at zero for kdump. The reserve limit should
  * be greater or equal to the trampoline's end address.