These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / ia64 / kernel / vmlinux.lds.S
index 84f8a52..dc506b0 100644 (file)
@@ -136,27 +136,6 @@ SECTIONS {
                __end___mckinley_e9_bundles = .;
        }
 
-#if defined(CONFIG_PARAVIRT)
-       . = ALIGN(16);
-       .paravirt_bundles : AT(ADDR(.paravirt_bundles) - LOAD_OFFSET) {
-               __start_paravirt_bundles = .;
-               *(.paravirt_bundles)
-               __stop_paravirt_bundles = .;
-       }
-       . = ALIGN(16);
-       .paravirt_insts : AT(ADDR(.paravirt_insts) - LOAD_OFFSET) {
-               __start_paravirt_insts = .;
-               *(.paravirt_insts)
-               __stop_paravirt_insts = .;
-       }
-       . = ALIGN(16);
-       .paravirt_branches : AT(ADDR(.paravirt_branches) - LOAD_OFFSET) {
-               __start_paravirt_branches = .;
-               *(.paravirt_branches)
-               __stop_paravirt_branches = .;
-       }
-#endif
-
 #if defined(CONFIG_IA64_GENERIC)
        /* Machine Vector */
        . = ALIGN(16);