]> git.baikalelectronics.ru Git - kernel.git/commit
x86, mm: Use memblock memory loop instead of e820_RAM
authorYinghai Lu <yinghai@kernel.org>
Mon, 22 Oct 2012 23:35:18 +0000 (16:35 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 24 Oct 2012 18:52:36 +0000 (11:52 -0700)
commitb357c27723981c4c077f75eb3d4fc99359ed7187
tree179de9631548719d1bc26d530593fc71ec49d0e7
parent8dd2e7d5036a22f2df73c2eecee638f73e105228
x86, mm: Use memblock memory loop instead of e820_RAM

We need to handle E820_RAM and E820_RESERVED_KERNEL at the same time.

Also memblock has page aligned range for ram, so we could avoid mapping
partial pages.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Link: http://lkml.kernel.org/r/CAE9FiQVZirvaBMFYRfXMmWEcHbKSicQEHz4VAwUv0xFCk51ZNw@mail.gmail.com
Acked-by: Jacob Shin <jacob.shin@amd.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Cc: <stable@vger.kernel.org>
arch/x86/kernel/setup.c