diff options
| -rw-r--r-- | arch/x86/xen/xen-asm_64.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/xen/xen-asm_64.S b/arch/x86/xen/xen-asm_64.S index bb1c2da0381d..1e9ef0ba30a5 100644 --- a/arch/x86/xen/xen-asm_64.S +++ b/arch/x86/xen/xen-asm_64.S | |||
| @@ -12,6 +12,7 @@ | |||
| 12 | #include <asm/segment.h> | 12 | #include <asm/segment.h> |
| 13 | #include <asm/asm-offsets.h> | 13 | #include <asm/asm-offsets.h> |
| 14 | #include <asm/thread_info.h> | 14 | #include <asm/thread_info.h> |
| 15 | #include <asm/asm.h> | ||
| 15 | 16 | ||
| 16 | #include <xen/interface/xen.h> | 17 | #include <xen/interface/xen.h> |
| 17 | 18 | ||
| @@ -24,6 +25,7 @@ ENTRY(xen_\name) | |||
| 24 | pop %r11 | 25 | pop %r11 |
| 25 | jmp \name | 26 | jmp \name |
| 26 | END(xen_\name) | 27 | END(xen_\name) |
| 28 | _ASM_NOKPROBE(xen_\name) | ||
| 27 | .endm | 29 | .endm |
| 28 | 30 | ||
| 29 | xen_pv_trap divide_error | 31 | xen_pv_trap divide_error |
