--- zzzz-none-000/linux-3.10.107/arch/ia64/kernel/gate.S 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/ia64/kernel/gate.S 2021-02-04 17:41:59.000000000 +0000 @@ -14,7 +14,7 @@ #include #include #include -#include "paravirt_inst.h" +#include /* * We can't easily refer to symbols inside the kernel. To avoid full runtime relocation, @@ -376,11 +376,4 @@ (p9) mov r8=ENOSYS FSYS_RETURN -#ifdef CONFIG_PARAVIRT - /* - * padd to make the size of this symbol constant - * independent of paravirtualization. - */ - .align PAGE_SIZE / 8 -#endif END(__kernel_syscall_via_epc)