Thomas Gleixner | d94d71c | 2019-05-29 07:12:40 -0700 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
Alexander Graf | 0186fd0 | 2009-10-30 05:47:21 +0000 | [diff] [blame] | 2 | /* |
Alexander Graf | 0186fd0 | 2009-10-30 05:47:21 +0000 | [diff] [blame] | 3 | * |
| 4 | * Copyright SUSE Linux Products GmbH 2009 |
| 5 | * |
| 6 | * Authors: Alexander Graf <agraf@suse.de> |
| 7 | */ |
| 8 | |
Paul Gortmaker | 4b16f8e | 2011-07-22 18:24:23 -0400 | [diff] [blame] | 9 | #include <linux/export.h> |
Alexander Graf | 5deb8e7 | 2014-04-24 13:46:24 +0200 | [diff] [blame] | 10 | #include <asm/kvm_ppc.h> |
Alexander Graf | 0186fd0 | 2009-10-30 05:47:21 +0000 | [diff] [blame] | 11 | #include <asm/kvm_book3s.h> |
| 12 | |
Aneesh Kumar K.V | 9975f5e | 2013-10-07 22:17:52 +0530 | [diff] [blame] | 13 | #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE |
Paul Mackerras | de56a94 | 2011-06-29 00:21:34 +0000 | [diff] [blame] | 14 | EXPORT_SYMBOL_GPL(kvmppc_hv_entry_trampoline); |
Aneesh Kumar K.V | 9975f5e | 2013-10-07 22:17:52 +0530 | [diff] [blame] | 15 | #endif |
| 16 | #ifdef CONFIG_KVM_BOOK3S_PR_POSSIBLE |
Paul Mackerras | 0214394 | 2011-07-23 17:41:44 +1000 | [diff] [blame] | 17 | EXPORT_SYMBOL_GPL(kvmppc_entry_trampoline); |
Paul Mackerras | de56a94 | 2011-06-29 00:21:34 +0000 | [diff] [blame] | 18 | #endif |
| 19 | |