hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/arch/arm/vdso/vdso.lds.S
....@@ -1,21 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Adapted from arm64 version.
34 *
45 * GNU linker script for the VDSO library.
56 *
67 * Copyright (C) 2012 ARM Limited
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License version 2 as
10
- * published by the Free Software Foundation.
11
- *
12
- * This program is distributed in the hope that it will be useful,
13
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
- * GNU General Public License for more details.
16
- *
17
- * You should have received a copy of the GNU General Public License
18
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
198 *
209 * Author: Will Deacon <will.deacon@arm.com>
2110 * Heavily based on the vDSO linker scripts for other archs.
....@@ -82,6 +71,8 @@
8271 global:
8372 __vdso_clock_gettime;
8473 __vdso_gettimeofday;
74
+ __vdso_clock_getres;
75
+ __vdso_clock_gettime64;
8576 local: *;
8677 };
8778 }