]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/include/asm/page_64_types.h
x86, relocs: Move ELF relocation handling to C
[karo-tx-linux.git] / arch / x86 / include / asm / page_64_types.h
index 6c896fbe21db50fca525bb321aceab47172ee9d4..43dcd804ebd5732aea40415e6f4a419e363701c9 100644 (file)
  */
 #define __PAGE_OFFSET           _AC(0xffff880000000000, UL)
 
-#define __PHYSICAL_START       ((CONFIG_PHYSICAL_START +               \
-                                 (CONFIG_PHYSICAL_ALIGN - 1)) &        \
-                                ~(CONFIG_PHYSICAL_ALIGN - 1))
-
-#define __START_KERNEL         (__START_KERNEL_map + __PHYSICAL_START)
 #define __START_KERNEL_map     _AC(0xffffffff80000000, UL)
 
 /* See Documentation/x86/x86_64/mm.txt for a description of the memory map. */