From: Jan Beulich Date: Tue, 21 Jun 2016 10:04:28 +0000 (+0200) Subject: x86: compact supposedly unused entry point code X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~900 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4d684aaf9015a516ebe5cdf28501ffa608330cc2;p=xen.git x86: compact supposedly unused entry point code No point in aligning entry points which aren't supposed to be used anyway. Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper --- diff --git a/xen/arch/x86/x86_64/entry.S b/xen/arch/x86/x86_64/entry.S index fe7b195535..2947c17a33 100644 --- a/xen/arch/x86/x86_64/entry.S +++ b/xen/arch/x86/x86_64/entry.S @@ -866,11 +866,11 @@ autogen_stubs: /* Automatically generated stubs. */ vec = 0 .rept NR_VECTORS - ALIGN /* Common interrupts, heading towards do_IRQ(). */ .if vec >= FIRST_DYNAMIC_VECTOR && vec != HYPERCALL_VECTOR && vec != LEGACY_SYSCALL_VECTOR + ALIGN 1: pushq $0 movb $vec,4(%rsp) jmp common_interrupt