diff options
Diffstat (limited to 'arch/arm/kernel/setup.c')
-rw-r--r-- | arch/arm/kernel/setup.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c index 7cc11c07adda..f59653d67652 100644 --- a/arch/arm/kernel/setup.c +++ b/arch/arm/kernel/setup.c | |||
@@ -918,6 +918,12 @@ void __init setup_arch(char **cmdline_p) | |||
918 | cpu_init(); | 918 | cpu_init(); |
919 | tcm_init(); | 919 | tcm_init(); |
920 | 920 | ||
921 | #ifdef CONFIG_ZONE_DMA | ||
922 | if (mdesc->dma_zone_size) { | ||
923 | extern unsigned long arm_dma_zone_size; | ||
924 | arm_dma_zone_size = mdesc->dma_zone_size; | ||
925 | } | ||
926 | #endif | ||
921 | #ifdef CONFIG_MULTI_IRQ_HANDLER | 927 | #ifdef CONFIG_MULTI_IRQ_HANDLER |
922 | handle_arch_irq = mdesc->handle_irq; | 928 | handle_arch_irq = mdesc->handle_irq; |
923 | #endif | 929 | #endif |