diff options
author | 2009-06-16 15:33:30 -0700 | |
---|---|---|
committer | 2009-06-16 19:47:47 -0700 | |
commit | 276c974ac7965e7335f0f4ab945729d8f30f11b5 (patch) | |
tree | eee7b1b04d3507410b74a900124d770d4368d11d /kernel | |
parent | um: remove obsolete hw_interrupt_type (diff) | |
download | wireguard-linux-276c974ac7965e7335f0f4ab945729d8f30f11b5.tar.xz wireguard-linux-276c974ac7965e7335f0f4ab945729d8f30f11b5.zip |
uml: fix a section warning
When compiling uml on x86_64:
MODPOST vmlinux.o
WARNING: vmlinux.o (.__syscall_stub.2): 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.
Because modpost checks for missing SHF_ALLOC section flag. So just add
it.
Signed-off-by: WANG Cong <amwang@redhat.com>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions