Loading arch/s390/kernel/setup.c +0 −3 Original line number Diff line number Diff line Loading @@ -492,9 +492,6 @@ static void __init setup_memory_end(void) } if (!memory_end) memory_end = memory_size; if (real_size > memory_end) printk("More memory detected than supported. Unused: %luk\n", (real_size - memory_end) >> 10); } static void __init Loading arch/s390/mm/init.c +0 −2 Original line number Diff line number Diff line Loading @@ -175,8 +175,6 @@ void __init mem_init(void) printk("Write protected kernel read-only data: %#lx - %#lx\n", (unsigned long)&__start_rodata, PFN_ALIGN((unsigned long)&__end_rodata) - 1); printk("Virtual memmap size: %ldk\n", (max_pfn * sizeof(struct page)) >> 10); } void free_initmem(void) Loading Loading
arch/s390/kernel/setup.c +0 −3 Original line number Diff line number Diff line Loading @@ -492,9 +492,6 @@ static void __init setup_memory_end(void) } if (!memory_end) memory_end = memory_size; if (real_size > memory_end) printk("More memory detected than supported. Unused: %luk\n", (real_size - memory_end) >> 10); } static void __init Loading
arch/s390/mm/init.c +0 −2 Original line number Diff line number Diff line Loading @@ -175,8 +175,6 @@ void __init mem_init(void) printk("Write protected kernel read-only data: %#lx - %#lx\n", (unsigned long)&__start_rodata, PFN_ALIGN((unsigned long)&__end_rodata) - 1); printk("Virtual memmap size: %ldk\n", (max_pfn * sizeof(struct page)) >> 10); } void free_initmem(void) Loading