aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/svm/asid.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/arch/x86/hvm/svm/asid.c')
-rw-r--r--xen/arch/x86/hvm/svm/asid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/hvm/svm/asid.c b/xen/arch/x86/hvm/svm/asid.c
index 3a35e150ed..35ecdeae4f 100644
--- a/xen/arch/x86/hvm/svm/asid.c
+++ b/xen/arch/x86/hvm/svm/asid.c
@@ -38,7 +38,7 @@ void svm_asid_init(struct cpuinfo_x86 *c)
* Called directly before VMRUN. Checks if the VCPU needs a new ASID,
* assigns it, and if required, issues required TLB flushes.
*/
-asmlinkage void svm_asid_handle_vmrun(void)
+void svm_asid_handle_vmrun(void)
{
struct vcpu *curr = current;
bool_t need_flush = hvm_asid_handle_vmenter();