Skip to content

Commit

Permalink
Revert "MIPS: Reserve nosave data for hibernation"
Browse files Browse the repository at this point in the history
This reverts commit e8ebd0c.

Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
  • Loading branch information
Sasha Levin committed Aug 8, 2016
1 parent 84d0821 commit 6264b57
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/mips/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -686,9 +686,6 @@ static void __init arch_mem_init(char **cmdline_p)
for_each_memblock(reserved, reg)
if (reg->size != 0)
reserve_bootmem(reg->base, reg->size, BOOTMEM_DEFAULT);

reserve_bootmem_region(__pa_symbol(&__nosave_begin),
__pa_symbol(&__nosave_end)); /* Reserve for hibernation */
}

static void __init resource_init(void)
Expand Down

0 comments on commit 6264b57

Please sign in to comment.