diff options
author | Jonas Aaberg <jonas.aberg@stericsson.com> | 2012-02-29 14:08:25 +0100 |
---|---|---|
committer | Philippe Langlais <philippe.langlais@linaro.org> | 2012-03-19 08:59:27 +0100 |
commit | e2673ac489a6fd2f8c4016b1a617f708efb21cc2 (patch) | |
tree | c640bbe3c95bf5260bfeb276a914a9b0cf02719f | |
parent | 0c583a80de8a4d8c47772fd18d777af1d0107088 (diff) |
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 <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.c | 2 |
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; |