diff options
| author | 2017-04-03 01:06:59 -0400 | |
|---|---|---|
| committer | 2017-04-03 01:06:59 -0400 | |
| commit | a8e28440016bfb23bec266c4c66eacca6ea2d48b (patch) | |
| tree | 27d528294f7886c434c8072a034d211acc06d077 /scripts/module-common.lds | |
| parent | alpha: fix stack smashing in old_adjtimex(2) (diff) | |
| parent | statx: Include a mask for stx_attributes in struct statx (diff) | |
Merge branch 'work.statx' into for-next
Diffstat (limited to 'scripts/module-common.lds')
| -rw-r--r-- | scripts/module-common.lds | 2 |
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)) } } |
