mips: Add support for generic vDSO

The mips vDSO library requires some adaptations to take advantage of the
newly introduced generic vDSO library.

Introduce the following changes:
 - Modification of vdso.c to be compliant with the common vdso datapage
 - Use of lib/vdso for gettimeofday

Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paul Burton <paul.burton@mips.com>
Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
[paul.burton@mips.com: Prepend $(src) to config-n32-o32-env.c path.]
Signed-off-by: Paul Burton <paul.burton@mips.com>
This commit is contained in:
Vincenzo Frascino
2019-06-21 10:52:46 +01:00
zatwierdzone przez Paul Burton
rodzic c2aeaaea17
commit 24640f233b
11 zmienionych plików z 296 dodań i 115 usunięć

Wyświetl plik

@@ -4,7 +4,7 @@
* Author: Alex Smith <alex.smith@imgtec.com>
*/
#include "vdso.h"
#include <asm/vdso/vdso.h>
#include <asm/isa-rev.h>