diff options
-rw-r--r-- | arch/x86/kernel/entry_64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/entry_64.S b/arch/x86/kernel/entry_64.S index aed1ffbeb0c9..bbd5c80cb09b 100644 --- a/arch/x86/kernel/entry_64.S +++ b/arch/x86/kernel/entry_64.S | |||
@@ -1248,7 +1248,7 @@ ENTRY(xen_do_hypervisor_callback) # do_hypervisor_callback(struct *pt_regs) | |||
1248 | decl PER_CPU_VAR(irq_count) | 1248 | decl PER_CPU_VAR(irq_count) |
1249 | jmp error_exit | 1249 | jmp error_exit |
1250 | CFI_ENDPROC | 1250 | CFI_ENDPROC |
1251 | END(do_hypervisor_callback) | 1251 | END(xen_do_hypervisor_callback) |
1252 | 1252 | ||
1253 | /* | 1253 | /* |
1254 | * Hypervisor uses this for application faults while it executes. | 1254 | * Hypervisor uses this for application faults while it executes. |