Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Thomas Weißschuh and committed by
Johannes Berg
117e796f f20e32ff

-8
-8
arch/x86/um/asm/elf.h
··· 72 72 #define ELF_PLATFORM_FALLBACK "i586" 73 73 #define ELF_PLATFORM (elf_aux_platform ?: ELF_PLATFORM_FALLBACK) 74 74 75 - /* No user-accessible fixmap addresses, i.e. vsyscall */ 76 - #define FIXADDR_USER_START 0 77 - #define FIXADDR_USER_END 0 78 - 79 75 #else 80 76 81 77 /* x86-64 relocation types, taken from asm-x86_64/elf.h */ ··· 152 156 (pr_reg)[26] = 0; 153 157 154 158 #define ELF_PLATFORM "x86_64" 155 - 156 - /* No user-accessible fixmap addresses, i.e. vsyscall */ 157 - #define FIXADDR_USER_START 0 158 - #define FIXADDR_USER_END 0 159 159 160 160 #define ARCH_HAS_SETUP_ADDITIONAL_PAGES 1 161 161 struct linux_binprm;