Commit 117e796f authored by Thomas Weißschuh's avatar Thomas Weißschuh Committed by Johannes Berg
Browse files

x86/um: Remove FIXADDR_USER_START and FIXADDR_USE_END

parent f20e32ff
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -72,10 +72,6 @@ extern char * elf_aux_platform;
#define ELF_PLATFORM_FALLBACK "i586"
#define ELF_PLATFORM (elf_aux_platform ?: ELF_PLATFORM_FALLBACK)

/* No user-accessible fixmap addresses, i.e. vsyscall */
#define FIXADDR_USER_START      0
#define FIXADDR_USER_END        0

#else

/* x86-64 relocation types, taken from asm-x86_64/elf.h */
@@ -157,10 +153,6 @@ extern char * elf_aux_platform;

#define ELF_PLATFORM "x86_64"

/* No user-accessible fixmap addresses, i.e. vsyscall */
#define FIXADDR_USER_START      0
#define FIXADDR_USER_END        0

#define ARCH_HAS_SETUP_ADDITIONAL_PAGES 1
struct linux_binprm;
extern int arch_setup_additional_pages(struct linux_binprm *bprm,