login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
March
»
21
Re: [PATCH 06/12] genericirq: make irq_chip related function to take desc
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Eric W. Biederman
Subject:
Re: [PATCH 06/12] genericirq: make irq_chip related function to take desc
Date: Sunday, March 21, 2010 - 4:43 am
Julia Lawall <julia@diku.dk> writes:
quoted text
> Another detail is that the type of irq is not always unsigned int. > Coccinelle will match unsigned int to just unsigned, but there are also > occurrences of uint32_t and u_int. I don't know if it is desirable to > preserve these names, or if it would be just as well to put unsigned int > everywhere?
The correct type of irq is "unsigned int". All others that are I know of are a bit buggy. Especially the cases that use int. Eric --
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 0/12] irq related: make function to take irq_desc ...
, Yinghai Lu
, (Thu Mar 4, 3:08 am)
[PATCH 01/12] x86: fix out of order of gsi - full
, Yinghai Lu
, (Thu Mar 4, 3:08 am)
[PATCH 02/12] x86: set nr_irqs_gsi only in probe_nr_irqs_gsi
, Yinghai Lu
, (Thu Mar 4, 3:08 am)
[PATCH 03/12] x86: kill smpboot_hooks.h
, Yinghai Lu
, (Thu Mar 4, 3:08 am)
[PATCH 04/12] x86: use vector_desc instead of vector_irq
, Yinghai Lu
, (Thu Mar 4, 3:08 am)
[PATCH 05/12] genericirq: make irq_chip to have member wit ...
, Yinghai Lu
, (Thu Mar 4, 3:08 am)
[PATCH 06/12] genericirq: make irq_chip related function t ...
, Yinghai Lu
, (Thu Mar 4, 3:08 am)
[PATCH 07/12] genericirq: make hpet_msi/ht/msi/dmar_msi to ...
, Yinghai Lu
, (Thu Mar 4, 3:08 am)
[PATCH 08/12] x86: make irq_chip to use desc_mask instead ...
, Yinghai Lu
, (Thu Mar 4, 3:08 am)
[PATCH 09/12] x86: irq_chip to use desc_mask instead of ma ...
, Yinghai Lu
, (Thu Mar 4, 3:08 am)
[PATCH 10/12] genericirq: add set_irq_desc_chip/data ...
, Yinghai Lu
, (Thu Mar 4, 3:08 am)
[PATCH 11/12] x86/iommu/dmar: update iommu/inter_remapping ...
, Yinghai Lu
, (Thu Mar 4, 3:08 am)
[PATCH 12/12] x86: remove arch_probe_nr_irqs
, Yinghai Lu
, (Thu Mar 4, 3:08 am)
Re: [PATCH 06/12] genericirq: make irq_chip related functi ...
, Thomas Gleixner
, (Thu Mar 4, 7:31 am)
Re: [PATCH 08/12] x86: make irq_chip to use desc_mask inst ...
, Thomas Gleixner
, (Thu Mar 4, 8:10 am)
Re: [PATCH 06/12] genericirq: make irq_chip related functi ...
, Yinghai Lu
, (Thu Mar 4, 11:56 am)
Re: [PATCH 06/12] genericirq: make irq_chip related functi ...
, Thomas Gleixner
, (Thu Mar 4, 12:08 pm)
Re: [PATCH 06/12] genericirq: make irq_chip related functi ...
, Yinghai Lu
, (Thu Mar 4, 12:18 pm)
Re: [PATCH 06/12] genericirq: make irq_chip related functi ...
, Yinghai Lu
, (Thu Mar 4, 12:20 pm)
Re: [PATCH 06/12] genericirq: make irq_chip related functi ...
, Julia Lawall
, (Fri Mar 5, 12:47 am)
Re: [PATCH 06/12] genericirq: make irq_chip related functi ...
, Eric W. Biederman
, (Sat Mar 20, 9:18 pm)
Re: [PATCH 06/12] genericirq: make irq_chip related functi ...
, Julia Lawall
, (Sun Mar 21, 4:03 am)
Re: [PATCH 06/12] genericirq: make irq_chip related functi ...
, Julia Lawall
, (Sun Mar 21, 4:08 am)
Re: [PATCH 06/12] genericirq: make irq_chip related functi ...
, Eric W. Biederman
, (Sun Mar 21, 4:43 am)
[PATCH] irq: Start the transition of irq_chip methods taki ...
, Eric W. Biederman
, (Sun Mar 21, 6:11 am)
Re: [PATCH 06/12] genericirq: make irq_chip related functi ...
, Eric W. Biederman
, (Sun Mar 21, 6:49 am)
Re: [PATCH 06/12] genericirq: make irq_chip related functi ...
, Julia Lawall
, (Sun Mar 21, 7:19 am)
Re: [PATCH] irq: Start the transition of irq_chip methods ...
, Thomas Gleixner
, (Sun Mar 21, 7:43 am)
Re: [PATCH 06/12] genericirq: make irq_chip related functi ...
, Julia Lawall
, (Sun Mar 21, 9:29 am)
Re: [PATCH] irq: Start the transition of irq_chip methods ...
, Yinghai Lu
, (Sun Mar 21, 11:50 am)
Re: [PATCH 06/12] genericirq: make irq_chip related functi ...
, Julia Lawall
, (Sun Mar 21, 12:16 pm)
Re: [PATCH 06/12] genericirq: make irq_chip related functi ...
, Julia Lawall
, (Sun Mar 21, 12:35 pm)
Re: [PATCH 06/12] genericirq: make irq_chip related functi ...
, Julia Lawall
, (Sun Mar 21, 12:36 pm)
Re: [PATCH] irq: Start the transition of irq_chip methods ...
, Eric W. Biederman
, (Sun Mar 21, 5:32 pm)
Re: [PATCH 06/12] genericirq: make irq_chip related functi ...
, Eric W. Biederman
, (Sun Mar 21, 5:36 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Alexey Dobriyan
Re: [2.6.22.2 review 09/84] Fix rfkill IRQ flags.
Michael Moore
Re: underage models, pre teen models, lolita porn, young preteens, little lolitas
Alex Riesen
Re: [PATCH 4/7] lib: Introduce strnstr()
Thomas Gleixner
[ANNOUNCE] 2.6.31-rc6-rt2
Mathieu Desnoyers
Re: Linux 2.6.25-rc2
git
:
Blaisorblade
git-unpack-objects < pack file in repository doesn't work!
Matthieu Moy
Re: Cloning empty repositories, was Re: What is the idea for bare repositories?
Linus Torvalds
Re: Untracked working tree files
Peter Karlsson
Re: CRLF problems with Git on Win32
Johannes Schindelin
Re: [PATCH 4/4] git-rebase -i: New option to support rebase with merges
linux-netdev
:
Alan Menegotto
Re: Linux networking implementation and packet capture
Andrew Morton
Re: [PATCH] PHYLIB: IRQ event workqueue handling fixes
Timo Teräs
ip xfrm policy semantics
Jarek Poplawski
Re: [PATCH]: Fix queueing return values...
David Miller
Re: [PATCH 1/2] netdev: bfin_mac: enable bfin_mac net dev driver for BF51x
git-commits-head
:
Linux Kernel Mailing List
Blackfin: don't give CPU its own line in traps output
Linux Kernel Mailing List
No need to do lock_super() for exclusion in generic_shutdown_super()
Linux Kernel Mailing List
x86, msr: Export the register-setting MSR functions via /dev/*/msr
Linux Kernel Mailing List
MIPS: SMTC: Fix lockup in smtc_distribute_timer
Linux Kernel Mailing List
powerpc: gamecube/wii: usbgecko bootwrapper console support
openbsd-misc
:
Aaron Mason
Re: Defending OpenBSD Performance
Henning Brauer
Re: Defending OpenBSD Performance
Henning Brauer
Re: Defending OpenBSD Performance
Christiano Farina Haesbaert
Re: Defending OpenBSD Performance
Nick Holland
Re: 1 out of 3 hunks failed--saving rejects to kerberosV/src/lib/krb5/crypto.c.rej
Colocation donated by:
Syndicate