[PATCH] uml: big memory fixes
authorJeff Dike <jdike@addtoit.com>
Mon, 7 Nov 2005 08:58:57 +0000 (00:58 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 7 Nov 2005 15:53:31 +0000 (07:53 -0800)
commitae17381608a11781a6a67e0ce51607f36780aac7
treee4bd104cb7f3728f2e91646d4def091f8f933447
parent858259cf7d1c443c836a2022b78cb281f0a9b95e
[PATCH] uml: big memory fixes

A number of fixes to improve behavior when large physical memory sizes
are specified:

- libc files need -D_FILE_OFFSET_BITS=64 because there are unavoidable uses
  of non-64 interfaces in libc

- some %d need to be %u

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/Makefile
arch/um/include/mem_user.h
arch/um/include/os.h
arch/um/kernel/physmem.c
arch/um/kernel/um_arch.c
arch/um/os-Linux/mem.c
arch/um/os-Linux/start_up.c