Skip to content
Commit f29d3b23 authored by Arjan van de Ven's avatar Arjan van de Ven
Browse files

fastboot: Make libata initialization even more async



As suggested by Linus: Don't do the libata init in 2 separate
steps with a global sync inbetween, but do it as one async step,
with a local sync before registering the device.

This cuts the boottime on my machine with 2 sata controllers down
significantly, and it seems to work. Would be nice if the libata
folks take a good look at this patch though..

Signed-off-by: default avatarArjan van de Ven <arjan@linux.intel.com>
parent 79318057
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment