mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
Need permit '.cranges' section for sh64 architecture, or modpost will
report warning:
LD init/built-in.o
WARNING: init/built-in.o (.cranges): unexpected non-allocatable section.
Did you forget to use "ax"/"aw" in a .S file?
Note that for example <linux/init.h> contains
section definitions for use in .S files.
Signed-off-by: Chen Gang <[email protected]>
Signed-off-by: Rusty Russell <[email protected]>