Re: [Angstrom-devel] [RFC] Using IOSCHED_NOOP as the default for linux-handhelds

2008-02-12 Thread Paul Sokolovsky
Hello, On Mon, 11 Feb 2008 17:13:55 +0100 pHilipp Zabel [EMAIL PROTECTED] wrote: [] If it boots from microdrive it might speed up boot time to have as or cfq as default. But maybe having the 'proper' scheduler as module and enabling it early during boot would be good enough. I fully agree

Re: [Angstrom-devel] [RFC] Using IOSCHED_NOOP as the default for linux-handhelds

2008-02-11 Thread Richard Purdie
On Mon, 2008-02-11 at 12:39 +0100, pHilipp Zabel wrote: On Feb 10, 2008 10:07 PM, Paul Sokolovsky [EMAIL PROTECTED] wrote: IMHO, noop's description is good enough for builtin flash and flash cards. I have no idea why IOSCHED_AS is used (pristine default is IOSCHED_CFQ), but it is the same

Re: [Angstrom-devel] [RFC] Using IOSCHED_NOOP as the default for linux-handhelds

2008-02-11 Thread pHilipp Zabel
On Feb 11, 2008 4:55 PM, Richard Purdie [EMAIL PROTECTED] wrote: On Mon, 2008-02-11 at 12:39 +0100, pHilipp Zabel wrote: On Feb 10, 2008 10:07 PM, Paul Sokolovsky [EMAIL PROTECTED] wrote: IMHO, noop's description is good enough for builtin flash and flash cards. I have no idea why

Re: [Angstrom-devel] [RFC] Using IOSCHED_NOOP as the default for linux-handhelds

2008-02-11 Thread pHilipp Zabel
On Feb 10, 2008 10:07 PM, Paul Sokolovsky [EMAIL PROTECTED] wrote: Hello, Looking for what more stuff can be made modular, I'd like to make IOSCHED_NOOP the default, builtin scheduler and make all other IO schedulers modules. Current default is the anticipatory one. From

[Angstrom-devel] [RFC] Using IOSCHED_NOOP as the default for linux-handhelds

2008-02-10 Thread Paul Sokolovsky
Hello, Looking for what more stuff can be made modular, I'd like to make IOSCHED_NOOP the default, builtin scheduler and make all other IO schedulers modules. Current default is the anticipatory one. From linux/block/Kconfig.iosched: config IOSCHED_NOOP bool default y