commit | de338a3795bbcb3c3d77591f65118cbec776cc39 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Tue Jan 09 10:18:47 2007 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Jan 09 10:18:47 2007 +0100 |
tree | d05a24fdc7e6d1de55b0c0399cdbaa81534b5ae6 | |
parent | 6721f77810dfcb7cbf8e97be6fa43fe2740dd0aa [diff] |
[S390] Fix vmalloc area size calculation. setup_memory_end() uses VMALLOC_END instead of VMALLOC_END_INIT to calculate the maximum supported size of physical memory. Since VMALLOC_END is zero, this will cause a crash on 31 bit systems. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>