hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/arm/kernel/paravirt.c
....@@ -1,12 +1,5 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
2
- * This program is free software; you can redistribute it and/or modify
3
- * it under the terms of the GNU General Public License version 2 as
4
- * published by the Free Software Foundation.
5
- *
6
- * This program is distributed in the hope that it will be useful,
7
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
8
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9
- * GNU General Public License for more details.
103 *
114 * Copyright (C) 2013 Citrix Systems
125 *
....@@ -21,5 +14,5 @@
2114 struct static_key paravirt_steal_enabled;
2215 struct static_key paravirt_steal_rq_enabled;
2316
24
-struct pv_time_ops pv_time_ops;
25
-EXPORT_SYMBOL_GPL(pv_time_ops);
17
+struct paravirt_patch_template pv_ops;
18
+EXPORT_SYMBOL_GPL(pv_ops);