-
- Downloads
[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>
Showing
- arch/x86_64/kernel/aperture.c 1 addition, 1 deletionarch/x86_64/kernel/aperture.c
- arch/x86_64/kernel/e820.c 2 additions, 1 deletionarch/x86_64/kernel/e820.c
- arch/x86_64/mm/init.c 1 addition, 1 deletionarch/x86_64/mm/init.c
- include/asm-x86_64/e820.h 1 addition, 1 deletioninclude/asm-x86_64/e820.h
Loading
Please register or sign in to comment