mcreboot-smp-x86: shorter sleep in waiting for /proc

This commit is contained in:
Balazs Gerofi
2016-12-05 15:01:35 +09:00
parent f78d031e64
commit 998ded414c

View File

@ -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