From: Arjan van de Ven Date: Fri, 7 Apr 2006 17:49:24 +0000 (+0200) Subject: [PATCH] x86_64: Rename e820_mapped to e820_any_mapped X-Git-Tag: v2.6.17-rc2~323 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eee5a9fa63c97366cdea6ab3aa2ed9e3601812d0;p=pandora-kernel.git [PATCH] x86_64: Rename e820_mapped to e820_any_mapped Rename e820_mapped to e820_any_mapped since it tests if any part of the range is mapped according to the type. Later steps will introduce e820_all_mapped which will check if the entire range is mapped with the type. Both have their merit. Signed-off-by: Arjan van de Ven Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed