summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;