From: Jeff Dike Date: Tue, 22 Nov 2005 05:32:10 +0000 (-0800) Subject: [PATCH] uml: eliminate use of libc PAGE_SIZE X-Git-Tag: v2.6.15-rc3~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa1a64ee12ae130706f3fc0007841ce9b0ddf9c2;p=pandora-kernel.git [PATCH] uml: eliminate use of libc PAGE_SIZE On some systems, libc PAGE_SIZE calls getpagesize, which can't happen from a stub. So, I use UM_KERN_PAGE_SIZE, which is less variable in its definition, instead. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed