[S390] mm: add ZONE_DMA to 31-bit config again
Add ZONE_DMA to 31-bit config again. The performance gain is minimal and hardly anybody cares anymore about a 31-bit kernel. So add ZONE_DMA again to help with SLAB_CACHE_DMA removal for !CONFIG_ZONE_DMA configurations. Acked-by: David Rientjes <rientjes@google.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
This commit is contained in:
@@ -92,9 +92,7 @@ static void appldata_get_mem_data(void *data)
|
||||
mem_data->pswpin = ev[PSWPIN];
|
||||
mem_data->pswpout = ev[PSWPOUT];
|
||||
mem_data->pgalloc = ev[PGALLOC_NORMAL];
|
||||
#ifdef CONFIG_ZONE_DMA
|
||||
mem_data->pgalloc += ev[PGALLOC_DMA];
|
||||
#endif
|
||||
mem_data->pgfault = ev[PGFAULT];
|
||||
mem_data->pgmajfault = ev[PGMAJFAULT];
|
||||
|
||||
|
Reference in New Issue
Block a user