x86: rename two e820 related functions
rename update_memory_range to e820_update_range rename add_memory_region to e820_add_region to make it more clear that they are about e820 map operations. Signed-off-by:Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
Showing
- arch/x86/kernel/aperture_64.c 1 addition, 1 deletionarch/x86/kernel/aperture_64.c
- arch/x86/kernel/cpu/mtrr/main.c 1 addition, 1 deletionarch/x86/kernel/cpu/mtrr/main.c
- arch/x86/kernel/e820.c 8 additions, 8 deletionsarch/x86/kernel/e820.c
- arch/x86/kernel/efi.c 1 addition, 1 deletionarch/x86/kernel/efi.c
- arch/x86/lguest/boot.c 1 addition, 1 deletionarch/x86/lguest/boot.c
- arch/x86/mach-default/setup.c 2 additions, 2 deletionsarch/x86/mach-default/setup.c
- arch/x86/mach-visws/setup.c 3 additions, 3 deletionsarch/x86/mach-visws/setup.c
- arch/x86/mach-voyager/setup.c 6 additions, 6 deletionsarch/x86/mach-voyager/setup.c
- arch/x86/xen/setup.c 2 additions, 2 deletionsarch/x86/xen/setup.c
- include/asm-x86/e820.h 2 additions, 2 deletionsinclude/asm-x86/e820.h
Loading
Please register or sign in to comment