projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e25781e
)
arm64: Kconfig: Fix help text about AArch32 support with 64K pages
author
Suzuki K. Poulose
<
[email protected]
>
Mon, 19 Oct 2015 13:19:34 +0000
(14:19 +0100)
committer
Catalin Marinas
<
[email protected]
>
Mon, 19 Oct 2015 16:54:17 +0000
(17:54 +0100)
Update the help text for ARM64_64K_PAGES to reflect the reality
about AArch32 support.
Cc: Will Deacon <
[email protected]
>
Signed-off-by: Suzuki K. Poulose <
[email protected]
>
Reviewed-by: Ard Biesheuvel <
[email protected]
>
Tested-by: Ard Biesheuvel <
[email protected]
>
Acked-by: Mark Rutland <
[email protected]
>
Signed-off-by: Catalin Marinas <
[email protected]
>
arch/arm64/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm64/Kconfig
b/arch/arm64/Kconfig
index 4654c2761b7cc6e3910b75d0db5a45bdeac73803..13b51a0c4e7fbacfda062844ee1b600bde6da627 100644
(file)
--- a/
arch/arm64/Kconfig
+++ b/
arch/arm64/Kconfig
@@
-368,8
+368,8
@@
config ARM64_64K_PAGES
help
This feature enables 64KB pages support (4KB by default)
allowing only two levels of page tables and faster TLB
- look-up. AArch32 emulation
is not available when this feature
-
is enabled
.
+ look-up. AArch32 emulation
requires applications compiled
+
with 64K aligned segments
.
endchoice