From: Yinghai Lu Date: Tue, 12 Apr 2011 17:20:48 +0000 (-0700) Subject: x86/PCI: Remove dma32_reserve_bootmem X-Git-Tag: v3.0-rc1~326^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5491ff511d31ed06e9572f1e84e3494be66b6e8c;p=pandora-kernel.git x86/PCI: Remove dma32_reserve_bootmem This workaround holds a dma32 buffer at early boot to prevent later bootmem allocations from stealing it in the case of large RAM configs. Now that x86 is using memblock, and the nobootmem wrapper does top-down allocation, it's no longer necessary, so remove it. Signed-off-by: Yinghai Lu Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed