summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Aaberg <jonas.aberg@stericsson.com>2012-02-29 14:08:25 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:03:26 +0200
commit3ce59d85b792eab5a9d7e3e9decc38a014d5c624 (patch)
tree90b7713e8667002dd1ff8143efbc2fb07966601e
parent647bf84aaa59424e0b3ca9b8c181c7daed11bf2c (diff)
init:boottime: Increase static entriestrace-debug
Increase the number of static entries from 16 to 32 to be enough room for all measure points taken before kmalloc can be used. ST-Ericsson Linux next: - ST-Ericsson ID: 370799 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: Ie4326169e56070de4c8b749d3b4e531269983553 Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/50937 Reviewed-by: QABUILD Reviewed-by: Mattias WALLIN <mattias.wallin@stericsson.com>
-rw-r--r--init/boottime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/boottime.c b/init/boottime.c
index 5bdf291a627..ff0a8f0381b 100644
--- a/init/boottime.c
+++ b/init/boottime.c
@@ -36,7 +36,7 @@
* We have a few static entries, since it is good to have measure points
* before the system is up and running properly
*/
-#define NUM_STATIC_BOOTTIME_ENTRIES 16
+#define NUM_STATIC_BOOTTIME_ENTRIES 32
struct boottime_list {
struct list_head list;