[PATCH] optional ZONE_DMA: remove ZONE_DMA remains from parisc
Remove ZONE_DMA remains from parisc so that kernels are build without ZONE_DMA. Signed-off-by: Christoph Lameter <clameter@sgi.com> Cc: Kyle McMartin <kyle@mcmartin.ca> Cc: Matthew Wilcox <willy@debian.org> Cc: James Bottomley <James.Bottomley@steeleye.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Родитель
09ae1f585e
Коммит
005928374b
|
@ -50,9 +50,6 @@ config TIME_LOW_RES
|
||||||
depends on SMP
|
depends on SMP
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config GENERIC_ISA_DMA
|
|
||||||
bool
|
|
||||||
|
|
||||||
config GENERIC_HARDIRQS
|
config GENERIC_HARDIRQS
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
||||||
|
|
|
@ -808,9 +808,7 @@ void __init paging_init(void)
|
||||||
for (i = 0; i < npmem_ranges; i++) {
|
for (i = 0; i < npmem_ranges; i++) {
|
||||||
unsigned long zones_size[MAX_NR_ZONES] = { 0, };
|
unsigned long zones_size[MAX_NR_ZONES] = { 0, };
|
||||||
|
|
||||||
/* We have an IOMMU, so all memory can go into a single
|
zones_size[ZONE_NORMAL] = pmem_ranges[i].pages;
|
||||||
ZONE_DMA zone. */
|
|
||||||
zones_size[ZONE_DMA] = pmem_ranges[i].pages;
|
|
||||||
|
|
||||||
#ifdef CONFIG_DISCONTIGMEM
|
#ifdef CONFIG_DISCONTIGMEM
|
||||||
/* Need to initialize the pfnnid_map before we can initialize
|
/* Need to initialize the pfnnid_map before we can initialize
|
||||||
|
|
Загрузка…
Ссылка в новой задаче