diff options
author | Amerigo Wang <amwang@redhat.com> | 2009-06-16 15:33:30 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-16 19:47:47 -0700 |
commit | 276c974ac7965e7335f0f4ab945729d8f30f11b5 (patch) | |
tree | eee7b1b04d3507410b74a900124d770d4368d11d /arch/um/sys-x86_64/asm/elf.h | |
parent | 6fa851c3e9746e3cf23694f0571a9e080107ba7c (diff) | |
download | blackbird-op-linux-276c974ac7965e7335f0f4ab945729d8f30f11b5.tar.gz blackbird-op-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 'arch/um/sys-x86_64/asm/elf.h')
0 files changed, 0 insertions, 0 deletions