Skip to content

Commit

Permalink
m68k: teach modpost about .m68_fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jul 20, 2007
1 parent 8a02367 commit 3a5df1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/mod/modpost.c
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,7 @@ static int initexit_section_ref_ok(const char *name)
".plt", /* seen on ARCH=um build on x86_64. Harmless */
".smp_locks",
".stab",
".m68k_fixup",
NULL
};
/* Start of section names */
Expand Down

0 comments on commit 3a5df1d

Please sign in to comment.