linux-stable-rt/arch/um/sys-x86_64
Jeff Dike 4bdf8bc4a1 uml: borrow const.h techniques
Suggested by Geert Uytterhoeven - use const.h to get constants that are usable
in both C and assembly.  I can't include it directly since this code can't
include kernel headers.  const.h is also for numeric constants that can be
typed by tacking a "UL" or similar on the end.  The constants here have to be
typed by casting them.

So, the relevant parts of const.h are copied here and modified in order to
allow the constants to be uncasted in assembly and casted in C.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-05 09:44:26 -08:00
..
Makefile
bug.c
bugs.c
delay.c
fault.c
ksyms.c
mem.c
ptrace.c
ptrace_user.c
setjmp.S
signal.c
stub.S uml: borrow const.h techniques 2008-02-05 09:44:26 -08:00
stub_segv.c
syscall_table.c
syscalls.c
sysrq.c
tls.c
um_module.c
user-offsets.c