From: Jeff Dike Date: Tue, 16 Oct 2007 08:26:44 +0000 (-0700) Subject: uml: stop using libc asm/page.h X-Git-Tag: v2.6.24-rc1~1078 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71f926f2ea61994470a53c9e11d3ef993197cada;p=pandora-kernel.git uml: stop using libc asm/page.h Remove includes of asm/page.h from libc code. This header seems to be disappearing, and UML doesn't make much use of it anyway. The one use, PAGE_SHIFT in stub.h, is handled by copying the constant from the kernel side of the house in common_offsets.h. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed