FROMLIST: BACKPORT: [PATCH 6/6] arm64: Wire up and expose the new compat vDSO
[GitHub/exynos8895/android_kernel_samsung_universal8895.git] / scripts / module-common.lds
index 73a2c7da0e551dc29d421334061bb9ebad9e8a78..53234e85192a2c93b17672fb03663209316814b6 100644 (file)
@@ -19,4 +19,6 @@ SECTIONS {
 
        . = ALIGN(8);
        .init_array             0 : { *(SORT(.init_array.*)) *(.init_array) }
+
+       __jump_table            0 : ALIGN(8) { KEEP(*(__jump_table)) }
 }