commit | eee5a9fa63c97366cdea6ab3aa2ed9e3601812d0 | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Fri Apr 07 19:49:24 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Apr 09 11:53:17 2006 -0700 |
tree | b01876c5417f52173e9ab3d76c124df2042c9f62 | |
parent | a8062231d80239cf3405982858c02aea21a6066a [diff] |
[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 <arjan@linux.intel.com> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>