These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / ia64 / kernel / gate.S
index b5f8bdd..0bd1b3b 100644 (file)
@@ -14,7 +14,7 @@
 #include <asm/unistd.h>
 #include <asm/kregs.h>
 #include <asm/page.h>
-#include "paravirt_inst.h"
+#include <asm/native/inst.h>
 
 /*
  * We can't easily refer to symbols inside the kernel.  To avoid full runtime relocation,
@@ -376,11 +376,4 @@ GLOBAL_ENTRY(__kernel_syscall_via_epc)
 (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)