From 6898d7f11301ea3dcdfbb9d94e52ff5bb2cd14d7 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Mon, 31 Oct 2011 18:35:16 +0400 Subject: [PATCH] restore: Drop a few more write_hex_n Signed-off-by: Cyrill Gorcunov --- restorer.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/restorer.c b/restorer.c index 981aa7241..6ee6f4859 100644 --- a/restorer.c +++ b/restorer.c @@ -182,7 +182,6 @@ self_len_end: if (!(vma_entry.status & VMA_AREA_REGULAR)) continue; - write_hex_n(vma_entry.start); if (sys_munmap((void *)vma_entry.start, vma_entry.end - vma_entry.start)) goto core_restore_end; @@ -211,8 +210,6 @@ self_len_end: vma_entry.fd = -1UL; /* for a while */ vma_entry.pgoff = 0; - write_hex_n(vma_entry.end - vma_entry.start); - /* * Should map memory here. Note we map them as * writable since we're going to restore page