Skip to content
Commit 0b6ec8c0 authored by Christian Borntraeger's avatar Christian Borntraeger Committed by Thomas Gleixner
Browse files

debugobjects: Allow bigger number of early boot objects



On my bigger s390 systems  I always get "Out of memory.
ODEBUG disabled". Since the number of objects is needed at
compile time, we can not change the size dynamically before
the caches etc are available. Doubling the size seems to
do the trick. Since it is init data it will be freed anyway,
this should be ok.

Signed-off-by: default avatarChristian Borntraeger <borntraeger@de.ibm.com>
Link: http://lkml.kernel.org/r/1453905478-13409-1-git-send-email-borntraeger@de.ibm.com


Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 92e963f5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment