-
- Downloads
x86: Move range related operation to one file
We have almost the same code for mtrr cleanup and amd_bus checkup, and this code will also be used in replacing bootmem with early_res, so try to move them together and reuse it from different parts. Also rename update_range to subtract_range as that is what the function is actually doing. -v2: update comments as Christoph requested Signed-off-by:Yinghai Lu <yinghai@kernel.org> LKML-Reference: <1265793639-15071-4-git-send-email-yinghai@kernel.org> Signed-off-by:
H. Peter Anvin <hpa@zytor.com>
Showing
- arch/x86/kernel/cpu/mtrr/cleanup.c 15 additions, 165 deletionsarch/x86/kernel/cpu/mtrr/cleanup.c
- arch/x86/kernel/mmconf-fam10h_64.c 2 additions, 5 deletionsarch/x86/kernel/mmconf-fam10h_64.c
- arch/x86/pci/amd_bus.c 11 additions, 59 deletionsarch/x86/pci/amd_bus.c
- include/linux/range.h 22 additions, 0 deletionsinclude/linux/range.h
- kernel/Makefile 1 addition, 1 deletionkernel/Makefile
- kernel/range.c 163 additions, 0 deletionskernel/range.c
include/linux/range.h
0 → 100644
kernel/range.c
0 → 100644
Please register or sign in to comment