aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/mt7623
diff options
context:
space:
mode:
authorRui Salvaterra <rsalvaterra@gmail.com>2022-01-03 13:36:36 +0000
committerRui Salvaterra <rsalvaterra@gmail.com>2022-03-01 22:57:34 +0000
commit72d2c54ccbfec20503b2ae9ff3ea66cfcf3c8703 (patch)
treef443eac1a1c39301f99c5e33b90c605ff1b49bf1 /target/linux/mediatek/mt7623
parent0989b7ad3a38345bc09a535782884d78ec195c9d (diff)
downloadupstream-72d2c54ccbfec20503b2ae9ff3ea66cfcf3c8703.tar.gz
upstream-72d2c54ccbfec20503b2ae9ff3ea66cfcf3c8703.tar.bz2
upstream-72d2c54ccbfec20503b2ae9ff3ea66cfcf3c8703.zip
kernel: 5.10: allocate last level PTEs in high memory
Enable support for allocating user space page table entries in high memory [1], for the targets which support this feature. This saves precious low memory (permanently mapped, the only type of memory directly accessible by the kernel). [1] https://www.kernel.org/doc/html/latest/vm/highmem.html Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/mediatek/mt7623')
-rw-r--r--target/linux/mediatek/mt7623/config-5.102
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/mt7623/config-5.10 b/target/linux/mediatek/mt7623/config-5.10
index 142ffd7998..3d017400a0 100644
--- a/target/linux/mediatek/mt7623/config-5.10
+++ b/target/linux/mediatek/mt7623/config-5.10
@@ -265,7 +265,7 @@ CONFIG_HAVE_SMP=y
CONFIG_HDMI=y
CONFIG_HID=y
CONFIG_HIGHMEM=y
-# CONFIG_HIGHPTE is not set
+CONFIG_HIGHPTE=y
CONFIG_HOTPLUG_CPU=y
CONFIG_HW_CONSOLE=y
CONFIG_HWMON=y