[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>
Showing
- arch/um/Makefile 1 addition, 1 deletionarch/um/Makefile
- arch/um/include/mem_user.h 1 addition, 1 deletionarch/um/include/mem_user.h
- arch/um/include/os.h 1 addition, 1 deletionarch/um/include/os.h
- arch/um/kernel/physmem.c 2 additions, 2 deletionsarch/um/kernel/physmem.c
- arch/um/kernel/um_arch.c 5 additions, 5 deletionsarch/um/kernel/um_arch.c
- arch/um/os-Linux/mem.c 3 additions, 3 deletionsarch/um/os-Linux/mem.c
- arch/um/os-Linux/start_up.c 1 addition, 1 deletionarch/um/os-Linux/start_up.c
Loading
Please register or sign in to comment