linux/arch/s390/mm
Heiko Carstens bcc8bcb1f0 [S390] revert add_active_range() usage patch.
Commit 7676bef9c1 breaks DCSS support on
s390. DCSS needs initialized struct pages to work. With the usage of
add_active_range() only the struct pages for physically present pages
are initialized.
This could be fixed if the DCSS driver would initiliaze the struct pages
itself, but this doesn't work too. This is because the mem_map array
does not include holes after the last present memory area and therefore
there is nothing that could be initialized.
To fix this and to avoid some dirty hacks revert this patch for now.
Will be added later when we move to a virtual mem_map.

Cc: Carsten Otte <cotte@de.ibm.com>
Cc: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2006-11-06 10:49:00 +01:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cmm.c [PATCH] s390: fix cmm kernel thread handling 2006-09-26 08:49:11 -07:00
extmem.c [S390] Inline assembly cleanup. 2006-09-28 16:56:43 +02:00
fault.c [S390] irq change build fixes. 2006-10-06 16:38:35 +02:00
init.c [S390] revert add_active_range() usage patch. 2006-11-06 10:49:00 +01:00
ioremap.c [PATCH] mm: init_mm without ptlock 2005-10-29 21:40:40 -07:00
mmap.c [PATCH] s390: cleanup Kconfig 2006-01-06 08:33:53 -08:00