Heiko Carstens ee0ddadd08 [S390] vmemmap: fix off-by-one bug.
If a memory range is supposed to be added to the 1:1 mapping and it
ends just below the maximum supported physical address it won't
succeed. This is because a test doesn't consider that the end address
is 1 smaller than start + size.
Fix the comparison.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2008-06-10 10:03:27 +02:00
..
2008-04-30 13:38:47 +02:00
2008-05-07 09:23:02 +02:00
2008-02-09 18:24:41 +01:00
2008-05-07 09:23:02 +02:00
2008-06-10 10:03:27 +02:00