]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commita8b0d6371c3e628d6e6e3c62459eab194deed789
treee4bd104cb7f3728f2e91646d4def091f8f933447
parent0387500c10cfead42042f1ba1be51aa96a83486e
[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