[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070605170747.256f6631@the-village.bc.nu>
Date: Tue, 5 Jun 2007 17:07:47 +0100
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: Rusty Russell <rusty@...tcorp.com.au>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
lkml - Kernel Mailing List <linux-kernel@...r.kernel.org>,
bzolnier@...il.com, Matt Mackall <mpm@...enic.com>
Subject: Re: [PATCH 3/6] lguest suppress IDE probing
On Wed, 06 Jun 2007 00:58:03 +1000
Rusty Russell <rusty@...tcorp.com.au> wrote:
> The IDE probe is the slowest part of boot: by suppressing it we cut
> boot from from 3 seconds to half a second.
NAK NAK NAK NAK NAK
> AFAICT, the commandline is the easiest way to suppress the probing.
Gaa ... Rusty surely you have more taste than that.
See include/asm-foo/ide.h
Add an lguest check to go with the pci check and for the lguest case just
say "no controllers"
Better yet just don't compile in the old IDE stuff, lguest doesn't have a
PCI or ISA bus anyway.
Alternatively make the IDE I/O space return 0xFF and it'll skip them
anyway.
Alan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists