diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2020-10-11 19:35:30 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-10-13 20:08:41 +0200 |
commit | e788e9bd87b522d36bc243fc204d5ae9d215f6a8 (patch) | |
tree | 082c0379f83971576a4be99090bbed7ac92a7d3c /target/linux/tegra | |
parent | 83fcc0e6ae4d370de154e6bf23e2fbf367f25946 (diff) | |
download | upstream-e788e9bd87b522d36bc243fc204d5ae9d215f6a8.tar.gz upstream-e788e9bd87b522d36bc243fc204d5ae9d215f6a8.tar.bz2 upstream-e788e9bd87b522d36bc243fc204d5ae9d215f6a8.zip |
treewide: enable the vDSO
The vDSO is used to accelerate some syscalls. It should work fine wherever it's
available, so enable it globally for all targets.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/tegra')
-rw-r--r-- | target/linux/tegra/config-4.19 | 1 | ||||
-rw-r--r-- | target/linux/tegra/config-5.4 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/tegra/config-4.19 b/target/linux/tegra/config-4.19 index 20eead79ce..c5a4c9941d 100644 --- a/target/linux/tegra/config-4.19 +++ b/target/linux/tegra/config-4.19 @@ -539,7 +539,6 @@ CONFIG_USB_ULPI=y CONFIG_USB_ULPI_VIEWPORT=y # CONFIG_USERIO is not set CONFIG_USE_OF=y -CONFIG_VDSO=y # CONFIG_VFIO is not set CONFIG_VFP=y CONFIG_VFPv3=y diff --git a/target/linux/tegra/config-5.4 b/target/linux/tegra/config-5.4 index f6eef50e75..6bc96d13ce 100644 --- a/target/linux/tegra/config-5.4 +++ b/target/linux/tegra/config-5.4 @@ -554,7 +554,6 @@ CONFIG_USB_ULPI=y CONFIG_USB_ULPI_VIEWPORT=y # CONFIG_USERIO is not set CONFIG_USE_OF=y -CONFIG_VDSO=y # CONFIG_VFIO is not set CONFIG_VFP=y CONFIG_VFPv3=y |