From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Wed, 11 Feb 2015 16:05:23 -0600 Subject: [PATCH] bootstats: add printk's to measure boot time in more detail Few distro-tweaks to add printk's to visualize boot time better Author: Arjan van de Ven Signed-off-by: Miguel Bernal Marin --- arch/x86/kernel/alternative.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/x86/kernel/alternative.c b/arch/x86/kernel/alternative.c index 2400ad62f330..899eb4b13696 100644 --- a/arch/x86/kernel/alternative.c +++ b/arch/x86/kernel/alternative.c @@ -723,7 +723,9 @@ void __init alternative_instructions(void) * patching. */ + printk("clr: Applying alternatives\n"); apply_alternatives(__alt_instructions, __alt_instructions_end); + printk("clr: Applying alternatives done\n"); #ifdef CONFIG_SMP /* Patch to UP if other cpus not imminent. */ -- https://clearlinux.org