[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [MINIOS PATCH 5/5] x86_64: don't unnecessarily export some entries
Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- arch/x86/x86_64.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/x86_64.S b/arch/x86/x86_64.S index 21fa61b..2046187 100644 --- a/arch/x86/x86_64.S +++ b/arch/x86/x86_64.S @@ -165,7 +165,7 @@ KERNEL_CS_MASK = 0xfc * Exception entry point. This expects an error code/orig_rax on the stack * and the exception handler in %rax. */ -ENTRY(error_entry) +error_entry: SAVE_ALL movq %rsp,%rdi @@ -182,7 +182,7 @@ ENTRY(error_entry) ENTRY(hypervisor_callback) zeroentry hypervisor_callback2 -ENTRY(hypervisor_callback2) +hypervisor_callback2: movq %rdi, %rsp /* check against event re-entrant */ -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |