summaryrefslogtreecommitdiff
path: root/arch/um
diff options
context:
space:
mode:
authorThomas Weißschuh <linux@weissschuh.net>2025-10-28 10:15:40 +0100
committerJohannes Berg <johannes.berg@intel.com>2025-11-06 13:02:33 +0100
commitdbd7cf408ab74abb62ae483a81094abb45c9111b (patch)
tree13ddab9b59056ab059d4b7c99e321096ecb512c5 /arch/um
parent70d52694b6a67ace517da44ce4071594fcccd1ee (diff)
downloadlinux-dbd7cf408ab74abb62ae483a81094abb45c9111b.tar.gz
linux-dbd7cf408ab74abb62ae483a81094abb45c9111b.tar.bz2
linux-dbd7cf408ab74abb62ae483a81094abb45c9111b.zip
x86/um: Drop gate area handling
With the removal of the vDSO passthrough from the host, FIXADDR_USER_START is always 0 and the gate area setup code is dead. Remove it. Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Link: https://patch.msgid.link/20251028-uml-remove-32bit-pseudo-vdso-v1-5-e930063eff5f@weissschuh.net Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'arch/um')
-rw-r--r--arch/um/include/asm/page.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/um/include/asm/page.h b/arch/um/include/asm/page.h
index 6f54254aaf44..2d363460d896 100644
--- a/arch/um/include/asm/page.h
+++ b/arch/um/include/asm/page.h
@@ -96,8 +96,4 @@ extern unsigned long uml_physmem;
#endif /* __ASSEMBLER__ */
-#ifdef CONFIG_X86_32
-#define __HAVE_ARCH_GATE_AREA 1
-#endif
-
#endif /* __UM_PAGE_H */