linux/arch/um/sys-i386
Amerigo Wang 276c974ac7 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>
2009-06-16 19:47:47 -07:00
..
asm uml: remove useless comments 2009-04-01 08:59:17 -07:00
shared/sysdep uml: remove useless comments 2009-04-01 08:59:17 -07:00
Makefile uml module: fix uml build process due to this merge 2009-06-12 21:47:02 +09:30
bug.c
bugs.c
checksum.S
delay.c
fault.c
ksyms.c
ldt.c
ptrace.c
ptrace_user.c
setjmp.S
signal.c
stub.S uml: fix a section warning 2009-06-16 19:47:47 -07:00
stub_segv.c
sys_call_table.S uml: fix link error from prefixing of i386 syscalls with ptregs_ 2009-04-02 19:04:50 -07:00
syscalls.c
sysrq.c
tls.c
user-offsets.c