From: bibo,mao Date: Sat, 28 Oct 2006 17:38:29 +0000 (-0700) Subject: [PATCH] fix efi_memory_present_wrapper() X-Git-Tag: v2.6.19-rc4~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae74589cb381cc2838107f92d4e0e1f178c6825d;p=pandora-kernel.git [PATCH] fix efi_memory_present_wrapper() efi_memory_present_wrapper() parameter start/end is physical address, but function memory_present parameter is PFN, this patch converts physical address to PFN. Signed-off-by: bibo, mao Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed