aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/module-common.lds
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2017-03-23 08:15:18 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2017-03-23 08:15:18 +0100
commitaa18bc8ddcb3ffe3fdb87a59b81371fb8bceea38 (patch)
tree0547955f584ec0865ddaf0762053f69279a014e7 /scripts/module-common.lds
parentdrm/i915: Fix SKL cursor watermarks (diff)
parentBackMerge tag 'v4.11-rc3' into drm-next (diff)
downloadlinux-aa18bc8ddcb3ffe3fdb87a59b81371fb8bceea38.tar.gz
linux-aa18bc8ddcb3ffe3fdb87a59b81371fb8bceea38.zip
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Backmerge drm-next to get at the hdmi2.0 helper functions. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'scripts/module-common.lds')
-rw-r--r--scripts/module-common.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/module-common.lds b/scripts/module-common.lds
index cf7e52e4781b..9b6e246a45d0 100644
--- a/scripts/module-common.lds
+++ b/scripts/module-common.lds
@@ -22,4 +22,6 @@ SECTIONS {
. = ALIGN(8);
.init_array 0 : { *(SORT(.init_array.*)) *(.init_array) }
+
+ __jump_table 0 : ALIGN(8) { KEEP(*(__jump_table)) }
}