[PATCH] mvebu: enable the vDSO

Rui Salvaterra rsalvaterra at gmail.com
Wed Oct 7 14:20:50 EDT 2020


The vDSO is used to accelerate some syscalls. It's working fine on other ARM
targets (e.g. sunxi), let's also enable it on mvebu.

Signed-off-by: Rui Salvaterra <rsalvaterra at gmail.com>
---
 target/linux/mvebu/config-5.4 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/mvebu/config-5.4 b/target/linux/mvebu/config-5.4
index a13cb8d9e5..7e44c79089 100644
--- a/target/linux/mvebu/config-5.4
+++ b/target/linux/mvebu/config-5.4
@@ -489,6 +489,7 @@ CONFIG_USB_XHCI_HCD=y
 CONFIG_USB_XHCI_MVEBU=y
 CONFIG_USB_XHCI_PLATFORM=y
 CONFIG_USE_OF=y
+CONFIG_VDSO=y
 CONFIG_VFP=y
 CONFIG_VFPv3=y
 CONFIG_WATCHDOG_CORE=y
-- 
2.28.0




More information about the openwrt-devel mailing list