diff options
| author | Amerigo Wang <[email protected]> | 2009-06-16 15:33:30 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2009-06-16 19:47:47 -0700 |
| commit | 276c974ac7965e7335f0f4ab945729d8f30f11b5 (patch) | |
| tree | eee7b1b04d3507410b74a900124d770d4368d11d /include/linux/debugobjects.h | |
| parent | 6fa851c3e9746e3cf23694f0571a9e080107ba7c (diff) | |
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 <[email protected]>
Cc: Jeff Dike <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions