On Sun, Sep 2, 2012 at 10:46 AM, Yinghai Lu <[email protected]> wrote: > From: Jacob Shin <[email protected]> > > Current logic finds enough space for direct mapping page tables from 0 > to end. Instead, we only need to find enough space to cover mr[0].start > to mr[nr_range].end -- the range that is actually being mapped by > init_memory_mapping() > > This patch also reportedly fixes suspend/resume issue reported in: > > https://lkml.org/lkml/2012/8/11/83 > > -v2: update with calculate_table_space_size() > clear max_pfn_mapped before init_all_memory_mapping to get right value > -Yinghai Lu > > Signed-off-by: Jacob Shin <[email protected]>
Yinghai's sign-off is missing. Reviewed-by: Pekka Enberg <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

