diff options
author | Tiwei Bie <tiwei.btw@antgroup.com> | 2024-09-16 07:59:49 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2024-10-10 13:02:13 +0300 |
commit | cd05cbed42b73168b0772b83bc24769fea3871bf (patch) | |
tree | f4a16ce3bd876e650a983f9abd6e6b7830bbc59c /arch/um/include/shared/as-layout.h | |
parent | a98b7761f697e590ed5d610d87fa12be66f23419 (diff) | |
download | linux-cd05cbed42b73168b0772b83bc24769fea3871bf.tar.xz |
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 <tiwei.btw@antgroup.com>
Link: https://patch.msgid.link/20240916045950.508910-4-tiwei.btw@antgroup.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'arch/um/include/shared/as-layout.h')
-rw-r--r-- | arch/um/include/shared/as-layout.h | 1 |
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; |