]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Netlogic: Fix DMA zone selection for 64-bit
authorJayachandran C <jchandra@broadcom.com>
Wed, 31 Oct 2012 12:01:33 +0000 (12:01 +0000)
committerJohn Crispin <blogic@openwrt.org>
Fri, 9 Nov 2012 10:37:19 +0000 (11:37 +0100)
commitb97215fd938f6bc2469acd82de8e6e36adcbea7c
treeab1f42e780910b03bcafe9920b44e59c2c7db97b
parente83fc6be612ae6642f330e4aff93f32593c25a04
MIPS: Netlogic: Fix DMA zone selection for 64-bit

Fix Kconfig for both XLR and XLP to select ZONE_DMA32 (instead of ZONE_DMA)
in case of 64-bit compilation. This can be used for devices that can only
do DMA to 32-bit address. ZONE_DMA is not useful on XLR or XLP.

Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Patchwork: http://patchwork.linux-mips.org/patch/4466
Signed-off-by: John Crispin <blogic@openwrt.org>
arch/mips/Kconfig