[S390] Remove pointless/unreliable kernel messages.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
committed by
Martin Schwidefsky
parent
b0f1779a87
commit
60383201c2
@@ -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
|
||||
|
Reference in New Issue
Block a user