* Alan Cox <[email protected]> wrote: > > So the current plan is to go with an io_delay=udelay default in v2.6.25, > > to give this a migration window, and io_delay=none in v2.6.26 [and a > > complete removal of arch/x86/kernel/io_delay.c], once the _p() uses are > > fixed up. This is gradual enough to notice any regressions we care about > > and also makes it nicely bisectable and gradual. > > You will break systems if you blindly go around disabling _p delays > for ISA and LPC bus devices. The DEC Hinote laptops for example are > well known for requiring the correct ISA and other keyboard controller > delays. I don't expect anyone to test with a hinote or see it until it > hits Debian or similar 'low resource' friendly devices. well, using io_delay=udelay is not 'blindly disabling'. io_delay=none would be the end goal, once all _p() API uses are eliminated by transformation. In drivers/ alone that's more than 1000 callsites, so it's quite frequently used, and wont go away overnight. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override
- From: Pavel Machek <[email protected]>
- Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override
- From: Alan Cox <[email protected]>
- Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override
- From: Rene Herman <[email protected]>
- Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override
- References:
- [PATCH] x86: provide a DMI based port 0x80 I/O delay override
- From: Rene Herman <[email protected]>
- Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override
- From: Linus Torvalds <[email protected]>
- Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override
- From: Alan Cox <[email protected]>
- Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override
- From: Ingo Molnar <[email protected]>
- Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override
- From: Rene Herman <[email protected]>
- Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override
- From: Ingo Molnar <[email protected]>
- Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override
- From: Rene Herman <[email protected]>
- Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override
- From: Ingo Molnar <[email protected]>
- Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override
- From: Alan Cox <[email protected]>
- [PATCH] x86: provide a DMI based port 0x80 I/O delay override
- Prev by Date: Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override
- Next by Date: Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override
- Previous by thread: Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override
- Next by thread: Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override
- Index(es):