From 3ce59d85b792eab5a9d7e3e9decc38a014d5c624 Mon Sep 17 00:00:00 2001 From: Jonas Aaberg Date: Wed, 29 Feb 2012 14:08:25 +0100 Subject: init:boottime: Increase static entries 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 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/50937 Reviewed-by: QABUILD Reviewed-by: Mattias WALLIN --- init/boottime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3