Heiko Carstens 67060d9c1f [S390] Fix section mismatch warnings.
This fixes the last remaining section mismatch warnings in s390
architecture code. It reveals also a real bug introduced by... me
with git commit 2069e978d5a6e7b45d58027e3de7f879b8c5e488
("[S390] sparsemem vmemmap: initialize memmap.")

Calling the generic vmemmap_alloc_block() function to get initialized
memory is a nice idea, however that function is __meminit annotated
and therefore the function might be gone if we try to call it later.
This can happen if a DCSS segment gets added.

So basically revert the patch and clear the memmap explicitly to fix
the original bug.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2008-05-30 10:03:34 +02:00
..
2006-12-08 15:53:52 +01:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2007-10-17 08:42:52 -07:00
2007-10-17 08:42:52 -07:00
2006-07-12 16:41:55 +02:00
2007-02-05 21:18:53 +01:00
2007-04-27 16:01:45 +02:00
2005-04-16 15:20:36 -07:00
2007-05-10 15:45:52 +02:00
2005-04-16 15:20:36 -07:00
2006-04-28 08:33:48 -07:00
2007-07-17 13:36:19 +02:00
2007-07-17 13:36:19 +02:00
2008-05-20 13:31:56 -07:00