diff options
Diffstat (limited to 'arch/arm/mm/mmu.c')
| -rw-r--r-- | arch/arm/mm/mmu.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c index e6344ece00ce..39fca4e416e2 100644 --- a/arch/arm/mm/mmu.c +++ b/arch/arm/mm/mmu.c | |||
| @@ -839,6 +839,20 @@ void __init reserve_node_zero(pg_data_t *pgdat) | |||
| 839 | reserve_bootmem_node(pgdat, 0xa0200000, 0x1000, | 839 | reserve_bootmem_node(pgdat, 0xa0200000, 0x1000, |
| 840 | BOOTMEM_EXCLUSIVE); | 840 | BOOTMEM_EXCLUSIVE); |
| 841 | 841 | ||
| 842 | /* | ||
| 843 | * U300 - This platform family can share physical memory | ||
| 844 | * between two ARM cpus, one running Linux and the other | ||
| 845 | * running another OS. | ||
| 846 | */ | ||
| 847 | if (machine_is_u300()) { | ||
| 848 | #ifdef CONFIG_MACH_U300_SINGLE_RAM | ||
| 849 | #if ((CONFIG_MACH_U300_ACCESS_MEM_SIZE & 1) == 1) && \ | ||
| 850 | CONFIG_MACH_U300_2MB_ALIGNMENT_FIX | ||
| 851 | res_size = 0x00100000; | ||
| 852 | #endif | ||
| 853 | #endif | ||
| 854 | } | ||
| 855 | |||
| 842 | #ifdef CONFIG_SA1111 | 856 | #ifdef CONFIG_SA1111 |
| 843 | /* | 857 | /* |
| 844 | * Because of the SA1111 DMA bug, we want to preserve our | 858 | * Because of the SA1111 DMA bug, we want to preserve our |
