From 998ded414c5076c5826a2dd31e9457fcb0a896bb Mon Sep 17 00:00:00 2001 From: Balazs Gerofi Date: Mon, 5 Dec 2016 15:01:35 +0900 Subject: [PATCH] mcreboot-smp-x86: shorter sleep in waiting for /proc --- arch/x86/tools/mcreboot-smp-x86.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/tools/mcreboot-smp-x86.sh.in b/arch/x86/tools/mcreboot-smp-x86.sh.in index 4eb71be3..818de47b 100644 --- a/arch/x86/tools/mcreboot-smp-x86.sh.in +++ b/arch/x86/tools/mcreboot-smp-x86.sh.in @@ -374,7 +374,7 @@ if [ "$enable_mcoverlay" == "yes" ]; then fi while [ ! -e /proc/mcos0 ] do - sleep 1 + sleep 0.1 done if [ ! -e /tmp/mcos/mcos0_proc ]; then mkdir -p /tmp/mcos/mcos0_proc; fi if [ ! -e /tmp/mcos/mcos0_proc_upper ]; then mkdir -p /tmp/mcos/mcos0_proc_upper; fi