]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/include/asm/elf.h
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target...
[karo-tx-linux.git] / arch / x86 / include / asm / elf.h
index 5939f44fe0c0dfdce7fc8a88452e03871be35882..9c999c1674facf727001df749e896bdbd3295dc1 100644 (file)
@@ -354,12 +354,10 @@ static inline int mmap_is_ia32(void)
        return 0;
 }
 
-/* The first two values are special, do not change. See align_addr() */
+/* Do not change the values. See get_align_mask() */
 enum align_flags {
        ALIGN_VA_32     = BIT(0),
        ALIGN_VA_64     = BIT(1),
-       ALIGN_VDSO      = BIT(2),
-       ALIGN_TOPDOWN   = BIT(3),
 };
 
 struct va_alignment {
@@ -368,5 +366,5 @@ struct va_alignment {
 } ____cacheline_aligned;
 
 extern struct va_alignment va_align;
-extern unsigned long align_addr(unsigned long, struct file *, enum align_flags);
+extern unsigned long align_vdso_addr(unsigned long);
 #endif /* _ASM_X86_ELF_H */