| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 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. |
|---|
| 10 | 3 | * |
|---|
| 11 | 4 | * Copyright (C) 2013 Citrix Systems |
|---|
| 12 | 5 | * |
|---|
| .. | .. |
|---|
| 21 | 14 | struct static_key paravirt_steal_enabled; |
|---|
| 22 | 15 | struct static_key paravirt_steal_rq_enabled; |
|---|
| 23 | 16 | |
|---|
| 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); |
|---|