Re: [patch 00/75] genirq: Overhaul for 2.6.39
From: Thomas Gleixner
Date: Fri Feb 11 2011 - 09:27:23 EST
On Fri, 11 Feb 2011, Ingo Molnar wrote:
> * Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
> > 129 files changed, 4353 insertions(+), 5400 deletions(-)
>
> Did I get the file count right - roughtly how many files are affected throughout all
> architectures? The changes are massively intrusive and widely spread out so we
> cannot do them in one go, right?
Alone the stuff which fiddles in irq_desc->status for whatever reasons
is >100 files in arch/. And that has do be done manually case by case.
The namespace cleanup affects about 300 files in arch, but that can be
done in one go right after -rc1 if I manage to get the regex straight :)
Thanks,
tglx