]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/include/asm/page_types.h
Merge tag 'dmaengine-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...
[karo-tx-linux.git] / arch / x86 / include / asm / page_types.h
index 54c97879195e7c5137d2a45fbda51c40a1c41be2..f97fbe3abb67f5059d4e6f0a37261d6113df19de 100644 (file)
        (((current->personality & READ_IMPLIES_EXEC) ? VM_EXEC : 0 ) | \
         VM_READ | VM_WRITE | VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)
 
+#define __PHYSICAL_START       ALIGN(CONFIG_PHYSICAL_START, \
+                                     CONFIG_PHYSICAL_ALIGN)
+
+#define __START_KERNEL         (__START_KERNEL_map + __PHYSICAL_START)
+
 #ifdef CONFIG_X86_64
 #include <asm/page_64_types.h>
 #else