Loading arch/microblaze/Kconfig +3 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,9 @@ config SWAP config RWSEM_GENERIC_SPINLOCK def_bool y config ZONE_DMA def_bool y config RWSEM_XCHGADD_ALGORITHM bool Loading arch/microblaze/mm/init.c +1 −5 Original line number Diff line number Diff line Loading @@ -58,11 +58,7 @@ static void __init paging_init(void) /* Clean every zones */ memset(zones_size, 0, sizeof(zones_size)); /* * old: we can DMA to/from any address.put all page into ZONE_DMA * We use only ZONE_NORMAL */ zones_size[ZONE_NORMAL] = max_mapnr; zones_size[ZONE_DMA] = max_mapnr; free_area_init(zones_size); } Loading Loading
arch/microblaze/Kconfig +3 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,9 @@ config SWAP config RWSEM_GENERIC_SPINLOCK def_bool y config ZONE_DMA def_bool y config RWSEM_XCHGADD_ALGORITHM bool Loading
arch/microblaze/mm/init.c +1 −5 Original line number Diff line number Diff line Loading @@ -58,11 +58,7 @@ static void __init paging_init(void) /* Clean every zones */ memset(zones_size, 0, sizeof(zones_size)); /* * old: we can DMA to/from any address.put all page into ZONE_DMA * We use only ZONE_NORMAL */ zones_size[ZONE_NORMAL] = max_mapnr; zones_size[ZONE_DMA] = max_mapnr; free_area_init(zones_size); } Loading