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 - 9:18 pm
On Mon, Sep 8, 2008 at 4:24 AM, Yinghai Lu <yhlu.kernel@gmail.com> wrote:
quoted text
> 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 >
Thanks Yinghai! The patch enveloped. I'm overzealous with KERN_DEBUG marker. Sorry. (Can't send it inlined - hope it's not a big problem) Cyrill
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
:
Rusty Russell
Re: 2.6.22-rc3-mm1
Eric Sandeen
Re: [PATCH] xfs: do not pass unused params to xfs_flush_pages
Bill Fink
Re: [PATCH] net: add ability to clear stats via ethtool - e1000/pcnet32
David Miller
Re: NO_HZ: timer interrupt stuck
Jeffrey V. Merkey
Re: Versioning file system
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?
Junio C Hamano
Re: [PATCH 2/3] git-add--interactive: remove hunk coalescing
Shawn O. Pearce
Re: Bugs in Gitosis
linux-netdev
:
Patrick McHardy
Re: [rfc 02/13] [RFC 02/13] netfilter: nf_conntrack_sip: Add callid parser
webmaster Maintenance
&#32852;&#31995;&#31995;&#32479;&#31649;&#29702;&#21592;
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
David Miller
Re: [2.6.30-rc3] powerpc: compilation error of mace module
git-commits-head
:
Linux Kernel Mailing List
V4L/DVB: tm6000: add special usb request to quit i2c tuner transfer
Linux Kernel Mailing List
OMAP: DSS2: SDI driver
Linux Kernel Mailing List
PCI: introduce pci_pcie_cap()
Linux Kernel Mailing List
drivers/acpi: use kasprintf
Linux Kernel Mailing List
Staging: et131x: prune all the debug code
openbsd-misc
:
Ted Bullock
Re: Proliant DL380 G3 cannot get on network
Úlfar M. E. Johnson
installing openbsd in xen
Eric Furman
Re: Defending OpenBSD Performance
Damien Miller
Re: Patching a SSH 'Weakness'
Brian
CARP multicast and ADSL bridge
Colocation donated by:
Syndicate