aboutsummaryrefslogtreecommitdiff
path: root/arch/um/include/shared/as-layout.h
diff options
context:
space:
mode:
authorTiwei Bie <[email protected]>2024-09-16 12:59:49 +0800
committerJohannes Berg <[email protected]>2024-10-10 12:02:13 +0200
commitcd05cbed42b73168b0772b83bc24769fea3871bf (patch)
treef4a16ce3bd876e650a983f9abd6e6b7830bbc59c /arch/um/include/shared/as-layout.h
parenta98b7761f697e590ed5d610d87fa12be66f23419 (diff)
um: Remove highmem leftovers
Highmem was only supported on UML/i386. And the support has been removed by commit a98a6d864d3b ("um: Remove broken highmem support"). Remove the leftovers and stop UML from trying to setup highmem when the sum of physmem_size and iomem_size exceeds max_physmem. Signed-off-by: Tiwei Bie <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'arch/um/include/shared/as-layout.h')
-rw-r--r--arch/um/include/shared/as-layout.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/include/shared/as-layout.h b/arch/um/include/shared/as-layout.h
index 06292fca5a4d..61965a06c18a 100644
--- a/arch/um/include/shared/as-layout.h
+++ b/arch/um/include/shared/as-layout.h
@@ -41,7 +41,6 @@ extern unsigned long uml_physmem;
extern unsigned long uml_reserved;
extern unsigned long end_vm;
extern unsigned long start_vm;
-extern unsigned long long highmem;
extern unsigned long brk_start;