Loading arch/x86/mm/init_32.c +2 −2 Original line number Diff line number Diff line Loading @@ -575,7 +575,7 @@ early_param("highmem", parse_highmem); * artificially via the highmem=x boot parameter then create * it: */ void __init lowmem_pfn_init(void) static void __init lowmem_pfn_init(void) { /* max_low_pfn is 0, we already have early_res support */ max_low_pfn = max_pfn; Loading Loading @@ -611,7 +611,7 @@ void __init lowmem_pfn_init(void) * We have more RAM than fits into lowmem - we try to put it into * highmem, also taking the highmem=x boot parameter into account: */ void __init highmem_pfn_init(void) static void __init highmem_pfn_init(void) { max_low_pfn = MAXMEM_PFN; Loading Loading
arch/x86/mm/init_32.c +2 −2 Original line number Diff line number Diff line Loading @@ -575,7 +575,7 @@ early_param("highmem", parse_highmem); * artificially via the highmem=x boot parameter then create * it: */ void __init lowmem_pfn_init(void) static void __init lowmem_pfn_init(void) { /* max_low_pfn is 0, we already have early_res support */ max_low_pfn = max_pfn; Loading Loading @@ -611,7 +611,7 @@ void __init lowmem_pfn_init(void) * We have more RAM than fits into lowmem - we try to put it into * highmem, also taking the highmem=x boot parameter into account: */ void __init highmem_pfn_init(void) static void __init highmem_pfn_init(void) { max_low_pfn = MAXMEM_PFN; Loading