msm: platsmp: Remove extraneous boot_secondary delay
Change msleep_interruptible to usleep. msleep_interruptible
takes around 16 ms to return while the secondary CPU can
come up in about 1.5 ms. usleep is much finer grained and
returns every .5 ms. This allows boot_secondary to complete
much more quickly.
Signed-off-by:
Maya Spivak <mspivak@codeaurora.org>
Loading
Please sign in to comment