From: Jeff Dike Date: Mon, 7 Nov 2005 08:58:57 +0000 (-0800) Subject: [PATCH] uml: big memory fixes X-Git-Tag: v2.6.15-rc1~656 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae17381608a11781a6a67e0ce51607f36780aac7;p=pandora-kernel.git [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 Cc: Paolo Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed