projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffde9a9
)
kernel: add KERNEL_ARM64_CONTPTE
author
Álvaro Fernández Rojas
<
[email protected]
>
Fri, 9 May 2025 06:59:41 +0000
(08:59 +0200)
committer
Álvaro Fernández Rojas
<
[email protected]
>
Sat, 10 May 2025 05:58:12 +0000
(07:58 +0200)
When KERNEL_TRANSPARENT_HUGEPAGE is enabled, build fails due to
missing KERNEL_ARM64_CONTPTE.
Signed-off-by: Álvaro Fernández Rojas <
[email protected]
>
config/Config-kernel.in
patch
|
blob
|
history
diff --git
a/config/Config-kernel.in
b/config/Config-kernel.in
index fdda05f45f86bd77d370dd916cf00c7674d14637..3c1c8438d48bbd5089eb47898d470154c4d05efa 100644
(file)
--- a/
config/Config-kernel.in
+++ b/
config/Config-kernel.in
@@
-613,6
+613,13
@@
choice
depends on !LINUX_6_6
endchoice
+config KERNEL_ARM64_CONTPTE
+ bool "Compile the kernel with Contiguous PTE mappings for user memory"
+ depends on KERNEL_ARM64
+ depends on KERNEL_TRANSPARENT_HUGEPAGE
+ depends on !LINUX_6_6
+ default y
+
config KERNEL_HUGETLBFS
bool