[GIT] async / fast boot patches

From: Arjan van de Ven
Date: Sat Mar 28 2009 - 16:12:15 EST


Hi,

Please pull the git tree below to get three changes that help make boot faster
1) Remove the temporary "disable async" from 2.6.29
2) Flip the order of networking and ata; ata needs to init as early as possible
since it takes the longest. Both Jeff and Dave agreed and suggested the patch
should go via this tree
3) Don't do the unpack_to_rootfs() twice... it's expensive



The following changes since commit
5d80f8e5a9dc9c9a94d4aeaa567e219a808b8a4a: Linus Torvalds (1):
Merge git://git.kernel.org/.../davem/net-2.6

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-for-30.git master

Arjan van de Ven (2):
async: remove the temporary (2.6.29) "async is off by default" code
ide/net: flip the order of SATA and network init

Li, Shaohua (1):
fastboot: remove duplicate unpack_to_rootfs()

drivers/Makefile | 5 ++-
init/initramfs.c | 71 ++++++++++++++++++++++++++++++++++++++++++-----------
kernel/async.c | 18 ++++----------
3 files changed, 64 insertions(+), 30 deletions(-)

--
Arjan van de Ven Intel Open Source Technology Centre
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/