mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-17 07:54:54 +08:00
5e3c6a312a
Convert ARM/ARM64 to the generic VDSO clock mode storage. This needs to happen in one go as they share the clocksource driver. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Tested-by: Vincenzo Frascino <vincenzo.frascino@arm.com> Reviewed-by: Vincenzo Frascino <vincenzo.frascino@arm.com> Link: https://lkml.kernel.org/r/20200207124403.363235229@linutronix.de
9 lines
159 B
C
9 lines
159 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _ASM_CLOCKSOURCE_H
|
|
#define _ASM_CLOCKSOURCE_H
|
|
|
|
#define VDSO_ARCH_CLOCKMODES \
|
|
VDSO_CLOCKMODE_ARCHTIMER
|
|
|
|
#endif
|