login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
September
»
8
Re: [patch 3/3] x86: io-apic - code style cleaning for setup_IO_APIC_irqs
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From: Cyrill Gorcunov
Subject:
Re: [patch 3/3] x86: io-apic - code style cleaning for setup_IO_APIC_irqs
Date: Sunday, September 7, 2008 - 10:17 pm
On Mon, Sep 8, 2008 at 9:07 AM, Yinghai Lu <yhlu.kernel@gmail.com> wrote:
quoted text
> On Sun, Sep 7, 2008 at 9:38 PM, Yinghai Lu <yhlu.kernel@gmail.com> wrote: >> On Sun, Sep 7, 2008 at 9:20 PM, Cyrill Gorcunov <gorcunov@gmail.com> wrote: >>> On Mon, Sep 8, 2008 at 4:24 AM, Yinghai Lu <yhlu.kernel@gmail.com> wrote: >>>> On Sat, Sep 6, 2008 at 6:12 AM, Ingo Molnar <mingo@elte.hu> wrote: >>>>> >>>>> * Cyrill Gorcunov <gorcunov@gmail.com> wrote: >>>>> >>>>>> By changing printout form we are able to shrink code a bit. >>>>>> >>>>>> Former printout example: >>>>>> >>>>>> init IO_APIC IRQs >>>>>> IO-APIC (apicid-pin) 1-1, 1-2, 1-3 not connected. >>>>>> IO-APIC (apicid-pin) 2-1, 2-2, 2-3 not connected. >>>>>> >>>>>> New printout example: >>>>>> >>>>>> init IO_APIC IRQs >>>>>> 1-1 1-2 1-3 (apicid-pin) not connected >>>>>> 2-1 2-2 2-3 (apicid-pin) not connected >>>>> >>>>> applied to tip/irq/sparseirq - thanks Cyrill. >>>> >>>> got >>>> 0-16<7> 0-17<7> 0-18<7> 0-19<7> 0-20<7> 0-21<7> 0-22<7> 0-23<7> >>>> (apicid-pin) not connected >>>> 1-0<7> 1-1<7> 1-2<7> 1-3<7> 1-4<7> 1-5<7> 1-6<7> 1-7<7> 1-8<7> 1-9<7> >>>> 1-10<7> 1-11<7> 1-12<7> 1-13<7> 1-14<7> 1-15<7> 1-16<7> 1-17<7> >>>> 1-18<7> 1-19<7> 1-20<7> 1-21<7> 1-22<7> 1-23<7> (apicid-pin) not >>>> connected >>>> >>>> can you remove the extra <7>? >>>> >>>> YH >>>> >>> >>> Btw Yinghai, do you really have a machine with that many unconnected pins? >> >> Yes >> >> recent change in sparseirq, we only init irq [0,16) at that point. so >> pins on other io apic controller all unconnected... >> > correction: sparseirq does not change the behavoir... > > ENABLING IO-APIC IRQs > init IO_APIC IRQs > IO-APIC (apicid-pin) 0-0 not connected. > IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0) > IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0) > IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0) > IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0) > IOAPIC[0]: Set routing entry (0-5 -> 0x35 -> IRQ 5 Mode:0 Active:0) > IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0) > IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0) > IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0) > IOAPIC[0]: Set routing entry (0-9 -> 0x39 -> IRQ 9 Mode:1 Active:0) > IOAPIC[0]: Set routing entry (0-10 -> 0x3a -> IRQ 10 Mode:0 Active:0) > IOAPIC[0]: Set routing entry (0-11 -> 0x3b -> IRQ 11 Mode:0 Active:0) > IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0) > IOAPIC[0]: Set routing entry (0-13 -> 0x3d -> IRQ 13 Mode:0 Active:0) > IOAPIC[0]: Set routing entry (0-14 -> 0x3e -> IRQ 14 Mode:0 Active:0) > IOAPIC[0]: Set routing entry (0-15 -> 0x3f -> IRQ 15 Mode:0 Active:0) > IO-APIC (apicid-pin) 0-16, 0-17, 0-18, 0-19, 0-20, 0-21, 0-22, 0-23, > 1-0, 1-1, 1-2, 1-3, 1-4, 1-5, 1-6, 2-0, 2-1, 2-2, 2-3, 2-4, 2-5, 2-6, > 3-0, 3-1, 3-2, 3-3, 3-4, 3-5, 3-6, 3-7, 3-8, 3-9, 3-10, 3-11, 3-12, > 3-13, 3-14, 3-15, 3-16, 3-17, 3-18, 3-19, 3-20, 3-21, 3-22, 3-23 not > connected. > > there is some difference between using acpi or mptable... > > when mpatble is used, mp_irqs is all filled after mptable is parsed. > > when acpi is used, one [0-15) is filled..., later it will fill entries > when acpi add entries...mp_register_gsi/mp_config_acpi_gsi > > YH >
thanks for explanation Yinghai, i was reffering to MP and didn't take a look on ACPI facility (that is why I've asked you). Thanks! --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
[patch 3/3] x86: io-apic - code style cleaning for setup_I ...
, Cyrill Gorcunov
, (Thu Sep 4, 11:37 am)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Ingo Molnar
, (Fri Sep 5, 1:04 am)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Cyrill Gorcunov
, (Fri Sep 5, 6:49 am)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Cyrill Gorcunov
, (Fri Sep 5, 11:01 am)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Ingo Molnar
, (Fri Sep 5, 11:11 am)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Cyrill Gorcunov
, (Fri Sep 5, 11:33 am)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Ingo Molnar
, (Fri Sep 5, 11:38 am)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Cyrill Gorcunov
, (Fri Sep 5, 12:15 pm)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Cyrill Gorcunov
, (Sat Sep 6, 3:15 am)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Ingo Molnar
, (Sat Sep 6, 6:12 am)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Maciej W. Rozycki
, (Sat Sep 6, 11:45 am)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Ingo Molnar
, (Sat Sep 6, 11:49 am)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Cyrill Gorcunov
, (Sat Sep 6, 12:04 pm)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Yinghai Lu
, (Sat Sep 6, 12:16 pm)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Cyrill Gorcunov
, (Sat Sep 6, 12:19 pm)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Cyrill Gorcunov
, (Sat Sep 6, 12:38 pm)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Cyrill Gorcunov
, (Sat Sep 6, 12:44 pm)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Maciej W. Rozycki
, (Sat Sep 6, 1:02 pm)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Maciej W. Rozycki
, (Sat Sep 6, 1:08 pm)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Cyrill Gorcunov
, (Sat Sep 6, 1:13 pm)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Cyrill Gorcunov
, (Sun Sep 7, 3:00 am)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Ingo Molnar
, (Sun Sep 7, 8:47 am)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Cyrill Gorcunov
, (Sun Sep 7, 9:04 am)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Yinghai Lu
, (Sun Sep 7, 5:24 pm)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Cyrill Gorcunov
, (Sun Sep 7, 9:18 pm)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Cyrill Gorcunov
, (Sun Sep 7, 9:20 pm)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Yinghai Lu
, (Sun Sep 7, 9:38 pm)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Yinghai Lu
, (Sun Sep 7, 10:07 pm)
Re: [patch 3/3] x86: io-apic - code style cleaning for set ...
, Cyrill Gorcunov
, (Sun Sep 7, 10:17 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Eric Sandeen
Re: [PATCH] xfs: do not pass unused params to xfs_flush_pages
Daniel Hazelton
Re: x86: 4kstacks default
Rusty Russell
Re: 2.6.22-rc3-mm1
Jeffrey V. Merkey
Re: Versioning file system
Matt Mackall
Re: [RFD] Documentation/HOWTO translated into Japanese
linux-netdev
:
gregkh
Patch "IPv6: keep route for tentative address" has been added to the 2.6.34-stable...
Patrick McHardy
Re: [rfc 02/13] [RFC 02/13] netfilter: nf_conntrack_sip: Add callid parser
Krzysztof Oledzki
Re: Error: an inet prefix is expected rather than "0/0".
Paul Gortmaker
[PATCH net-next 09/16] tipc: Relocate trivial link status functions to header file
webmaster Maintenance
&#32852;&#31995;&#31995;&#32479;&#31649;&#29702;&#21592;
git
:
Johannes Schindelin
[PATCH] fetch: refuse to fetch into the current branch in a non-bare repository
Junio C Hamano
Re: [PATCH] http-push: making HTTP push more robust and more user-friendly
Oliver Kullmann
Re: how to move with history?
Alex Riesen
Re: git exclude patterns for directory
Andreas Ericsson
Re: why not TortoiseGit
openbsd-misc
:
Damien Miller
Re: Patching a SSH 'Weakness'
Stuart Henderson
Re: Apache Seg Fault after upgrade to 4.6 stable
Úlfar M. E. Johnson
installing openbsd in xen
Brian
CARP multicast and ADSL bridge
Eric Furman
Re: Defending OpenBSD Performance
git-commits-head
:
Linux Kernel Mailing List
New device ID for sc92031 [1088:2031]
Linux Kernel Mailing List
drivers/acpi: use kasprintf
Linux Kernel Mailing List
Staging: et131x: prune all the debug code
Linux Kernel Mailing List
PCI: introduce pci_pcie_cap()
Linux Kernel Mailing List
USB: g_multi: Multifunction Composite Gadget added
Colocation donated by:
Syndicate