2010-12-15 01:58:51

by Robin

[permalink] [raw]
Subject: [RFC 0/2] Speed large x86_64 system boot by calling calibrate_delay() in parallel.


On a 4096 cpu machine, we spend a little more than five minutes of the boot
within calibrate_delay(). By doing this work in parallel, we reduce the
time to one minute.