Skip to content

Commit 117e796

Browse files
t-8chjmberg-intel
authored andcommitted
x86/um: Remove FIXADDR_USER_START and FIXADDR_USE_END
There are no users left. Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Link: https://patch.msgid.link/20251028-uml-remove-32bit-pseudo-vdso-v1-9-e930063eff5f@weissschuh.net Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1 parent f20e32f commit 117e796

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

arch/x86/um/asm/elf.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ extern char * elf_aux_platform;
7272
#define ELF_PLATFORM_FALLBACK "i586"
7373
#define ELF_PLATFORM (elf_aux_platform ?: ELF_PLATFORM_FALLBACK)
7474

75-
/* No user-accessible fixmap addresses, i.e. vsyscall */
76-
#define FIXADDR_USER_START 0
77-
#define FIXADDR_USER_END 0
78-
7975
#else
8076

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

158154
#define ELF_PLATFORM "x86_64"
159155

160-
/* No user-accessible fixmap addresses, i.e. vsyscall */
161-
#define FIXADDR_USER_START 0
162-
#define FIXADDR_USER_END 0
163-
164156
#define ARCH_HAS_SETUP_ADDITIONAL_PAGES 1
165157
struct linux_binprm;
166158
extern int arch_setup_additional_pages(struct linux_binprm *bprm,

0 commit comments

Comments
 (0)