Signed-off-by: HATAYAMA Daisuke <d.hatay...@jp.fujitsu.com>
---

 arch/s390/kernel/setup.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c
index a5360de..3357566 100644
--- a/arch/s390/kernel/setup.c
+++ b/arch/s390/kernel/setup.c
@@ -729,9 +729,9 @@ static void reserve_oldmem(void)
        reserve_kdump_bootmem(OLDMEM_SIZE, memory_end - OLDMEM_SIZE,
                              CHUNK_OLDMEM);
        if (OLDMEM_BASE + OLDMEM_SIZE == real_memory_size)
-               saved_max_pfn = PFN_DOWN(OLDMEM_BASE) - 1;
+               saved_max_pfn = PFN_DOWN(OLDMEM_BASE);
        else
-               saved_max_pfn = PFN_DOWN(real_memory_size) - 1;
+               saved_max_pfn = PFN_DOWN(real_memory_size);
 #endif
 }
 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to