From: Jeff Dike Date: Sun, 6 May 2007 21:51:22 +0000 (-0700) Subject: uml: remove page_size() X-Git-Tag: v2.6.22-rc1~863 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ffb9164f51094b7105ce9f81600b222ddf5b82c;p=pandora-kernel.git uml: remove page_size() userspace code used to have to call the kernelspace function page_size() in order to determine the value of the kernel's PAGE_SIZE. Since this is now available directly from kern_constants.h as UM_KERN_PAGE_SIZE, page_size() can be deleted and calls changed to use the constant. Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed