[PATCH v2 0/2] x86, ioapic: Consider IR when printing out IOAPIC related output

From: Naga Chumbalkar
Date: Tue Jul 12 2011 - 17:17:34 EST


Hi Ingo,

This is v2 of the patchset. This should apply cleanly to your latest
"linux-2.6-x86" tree.

v2 --> v1:
Made changes to the first patch so the output changes from:

NR Indx Fmt Mask Trig IRR Pol Stat Indx2 Zero Vect:
00 0000 0 1 0 0 0 0 0 0 00
NR Indx Fmt Mask Trig IRR Pol Stat Indx2 Zero Vect:
01 000F 1 0 0 0 0 0 0 0 01
NR Indx Fmt Mask Trig IRR Pol Stat Indx2 Zero Vect:
02 0001 1 0 0 0 0 0 0 0 02
NR Indx Fmt Mask Trig IRR Pol Stat Indx2 Zero Vect:
03 0002 1 1 0 0 0 0 0 0 03
NR Indx Fmt Mask Trig IRR Pol Stat Indx2 Zero Vect:
04 0011 1 1 0 0 0 0 0 0 04
...

to:

NR Indx Fmt Mask Trig IRR Pol Stat Indx2 Zero Vect:
00 0000 0 1 0 0 0 0 0 0 00
01 000F 1 0 0 0 0 0 0 0 01
02 0001 1 0 0 0 0 0 0 0 02
03 0002 1 1 0 0 0 0 0 0 03
04 0011 1 1 0 0 0 0 0 0 04
...

No changes made to the second patch.

v1 is here:
http://comments.gmane.org/gmane.linux.kernel/1166485

This patchset is not 3.0 material, and can wait.

Naga Chumbalkar (2):
Print IR_IO_APIC_route_entry when IR is enabled
Print IRTE when IR is enabled

arch/x86/kernel/apic/io_apic.c | 81 +++++++++++++++++++++++++++++----------
1 files changed, 60 insertions(+), 21 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/