lkml.org 
[lkml]   [2011]   [Nov]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 3/7] x86, mm: Use max_pfn instead of highend_pfn
    Date
    The 'highend_pfn' variable is always set to 'max_pfn' so just use the latter
    directly.

    Acked-by: Tejun Heo <tj@kernel.org>
    Acked-by: Yinghai Lu <yinghai@kernel.org>
    Cc: H. Peter Anvin <hpa@linux.intel.com>
    Cc: David Rientjes <rientjes@google.com>
    Signed-off-by: Pekka Enberg <penberg@kernel.org>
    ---
    arch/x86/mm/init_32.c | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    diff --git a/arch/x86/mm/init_32.c b/arch/x86/mm/init_32.c
    index 434c97d..5ac0118 100644
    --- a/arch/x86/mm/init_32.c
    +++ b/arch/x86/mm/init_32.c
    @@ -683,7 +683,7 @@ static void __init zone_sizes_init(void)
    #endif
    max_zone_pfns[ZONE_NORMAL] = max_low_pfn;
    #ifdef CONFIG_HIGHMEM
    - max_zone_pfns[ZONE_HIGHMEM] = highend_pfn;
    + max_zone_pfns[ZONE_HIGHMEM] = max_pfn;
    #endif

    free_area_init_nodes(max_zone_pfns);
    --
    1.7.6.4


    \
     
     \ /
      Last update: 2011-11-01 15:01    [W:3.058 / U:0.600 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site