1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2017 SiFive
6 #include <linux/linkage.h>
7 #include <asm/unistd.h>
10 /* int __vdso_getcpu(unsigned *cpu, unsigned *node, void *unused); */
13 /* For now, just do the syscall. */
18 ENDPROC(__vdso_getcpu)