summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2013-06-17 13:46:27 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2013-06-17 13:46:27 +1000
commit47c29e1b374d3316ef599972a82276fb4b96a6bc (patch)
tree84e075c6821326a0ad76105e764354464e125328 /scripts
parent13bb9c721fc9002e26cc6fb9391980b786fcd1d7 (diff)
parent06df44ee41442d83be061c5fd1b1de4f5fc6fbbf (diff)
Merge remote-tracking branch 'modules/modules-next'
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mod/modpost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index a4be8e112bb6..3d155dd27eb6 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -884,7 +884,7 @@ static void check_section(const char *modname, struct elf_info *elf,
#define ALL_EXIT_SECTIONS EXIT_SECTIONS, ALL_XXXEXIT_SECTIONS
#define DATA_SECTIONS ".data$", ".data.rel$"
-#define TEXT_SECTIONS ".text$"
+#define TEXT_SECTIONS ".text$", ".text.unlikely$"
#define INIT_SECTIONS ".init.*"
#define CPU_INIT_SECTIONS ".cpuinit.*"