diff options
author | Thomas Gleixner <[email protected]> | 2020-01-16 20:43:41 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2020-01-16 21:24:25 +0100 |
commit | 99570c3da96a0f7aa11c6ad4981776f3adabf3b5 (patch) | |
tree | ce80a57e494a5ae9ea4598dd2c3270521b759af9 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 5167c506d62dd9ffab73eba23c79b0a8845c9fe1 (diff) |
MIPS: vdso: Define BUILD_VDSO32 when building a 32bit kernel
The confinement of the 32bit specific VDSO functions missed to define
BUILD_VDSO32 when building a 32bit MIPS kernel:
arch/mips/vdso/vgettimeofday.c: In function __vdso_clock_gettime:
arch/mips/vdso/vgettimeofday.c:17:9: error: implicit declaration of function __cvdso_clock_gettime32
arch/mips/vdso/vgettimeofday.c: In function __vdso_clock_getres:
arch/mips/vdso/vgettimeofday.c:39:9: error: implicit declaration of function __cvdso_clock_getres_time32
Force the define for 32bit builds in the VDSO Makefile.
Fixes: bf279849ad59 ("lib/vdso: Build 32 bit specific functions in the right context")
Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: Paul Burton <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions