]> www.infradead.org Git - users/jedix/linux-maple.git/commit
um: Remove highmem leftovers
authorTiwei Bie <tiwei.btw@antgroup.com>
Mon, 16 Sep 2024 04:59:49 +0000 (12:59 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 10 Oct 2024 10:02:13 +0000 (12:02 +0200)
commitcd05cbed42b73168b0772b83bc24769fea3871bf
treef4a16ce3bd876e650a983f9abd6e6b7830bbc59c
parenta98b7761f697e590ed5d610d87fa12be66f23419
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>
arch/um/drivers/virtio_uml.c
arch/um/include/shared/as-layout.h
arch/um/include/shared/mem_user.h
arch/um/kernel/mem.c
arch/um/kernel/physmem.c
arch/um/kernel/um_arch.c