2003-03-13 13:11:20

by Andrey Panin

[permalink] [raw]
Subject: [PATCH] irq handling code consolidation (common part)

Hi all,

here I am bringing new set of irq handling consolidation patches :)

Attached patch (2.5.64) creates kernel/irq.c which contains arch
independent parts of irq handling. Arch specific patches will follow.

Can anyone give a feedback, please ? Is it post 2.6 project ?

Best regards.

--
Andrey Panin | Embedded systems software developer
[email protected] | PGP key: wwwkeys.pgp.net


Attachments:
(No filename) (392.00 B)
patch-irq-common-2.5.64 (21.02 kB)
Download all attachments

2003-03-13 13:24:16

by Zwane Mwaikambo

[permalink] [raw]
Subject: Re: [PATCH] irq handling code consolidation (common part)

On Thu, 13 Mar 2003, Andrey Panin wrote:

> Hi all,
>
> here I am bringing new set of irq handling consolidation patches :)
>
> Attached patch (2.5.64) creates kernel/irq.c which contains arch
> independent parts of irq handling. Arch specific patches will follow.
>
> Can anyone give a feedback, please ? Is it post 2.6 project ?

Thanks for working on this, are there any specific build combinations,
targets you'd like it tested on?

Zwane
--
function.linuxpower.ca

2003-03-14 07:12:44

by Zwane Mwaikambo

[permalink] [raw]
Subject: Re: [PATCH] irq handling code consolidation (common part)

On Thu, 13 Mar 2003, Andrey Panin wrote:

> I interested in any test results, tests on non x86 machines are especially
> welcome. I tested common and i386 patches on my home dualcpu pc and single
> cpu visual workstation, but wider testing is needed.

Tested in the following configurations (hardware courtesy of OSDL)
32way i686/NUMAQ/SMP w/ IOAPIC - passed
32way i686/NUMAQ/SMP w/o IOAPIC - passed
8way i686/SMP kernel w/ IOAPIC - passed
8way i686/SMP kernel w/o IOAPIC - passed

Thanks!
Zwane