diff options
| author | Tiwei Bie <[email protected]> | 2024-09-16 04:59:49 +0000 |
|---|---|---|
| committer | Johannes Berg <[email protected]> | 2024-10-10 10:02:13 +0000 |
| commit | cd05cbed42b73168b0772b83bc24769fea3871bf (patch) | |
| tree | f4a16ce3bd876e650a983f9abd6e6b7830bbc59c /arch/um/include/shared/as-layout.h | |
| parent | um: Fix potential integer overflow during physmem setup (diff) | |
| download | kernel-cd05cbed42b73168b0772b83bc24769fea3871bf.tar.gz kernel-cd05cbed42b73168b0772b83bc24769fea3871bf.zip | |
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.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; |
