login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
October
»
19
Re: [PATCH 1/9] irq-remove: core
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Eric W. Biederman
Subject:
Re: [PATCH 1/9] irq-remove: core
Date: Friday, October 19, 2007 - 10:27 am
Jeff Garzik <jeff@garzik.org> writes:
quoted text
> diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c > index 80eab7a..92e1456 100644 > --- a/kernel/irq/manage.c > +++ b/kernel/irq/manage.c > @@ -455,7 +455,7 @@ void free_irq(unsigned int irq, void *dev_id) > */ > if (action->flags & IRQF_SHARED) { > local_irq_save(flags); > - action->handler(irq, dev_id); > + action->handler(dev_id); > local_irq_restore(flags); > } > #endif > @@ -549,7 +549,7 @@ int request_irq(unsigned int irq, irq_handler_t handler, > unsigned long flags; > > local_irq_save(flags); > - handler(irq, dev_id); > + handler(dev_id); > local_irq_restore(flags); > } > #endif
The above two hunks need to call set_irqfunc_irq in your model. 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/9] Remove 'irq' argument from all irq handlers
, Jeff Garzik
, (Fri Oct 19, 12:54 am)
[PATCH 1/9] irq-remove: core
, Jeff Garzik
, (Fri Oct 19, 12:55 am)
[PATCH 2/9] irq-remove: arch non-trivial
, Jeff Garzik
, (Fri Oct 19, 12:55 am)
[PATCH 3/9] irq-remove: arch trivial
, Jeff Garzik
, (Fri Oct 19, 12:56 am)
[PATCH 4/9] irq-remove: driver non-trivial
, Jeff Garzik
, (Fri Oct 19, 12:56 am)
[PATCH 5/9] irq-remove: net driver trivial
, Jeff Garzik
, (Fri Oct 19, 12:57 am)
[PATCH 6/9] irq-remove: sound driver trivial
, Jeff Garzik
, (Fri Oct 19, 12:57 am)
[PATCH 7/9] irq-remove: scsi driver trivial
, Jeff Garzik
, (Fri Oct 19, 12:58 am)
[PATCH 8/9] irq-remove: driver trivial
, Jeff Garzik
, (Fri Oct 19, 12:58 am)
[PATCH 9/9] irq-remove: misc fixes and cleanups
, Jeff Garzik
, (Fri Oct 19, 12:59 am)
RE: [PATCH 7/9] irq-remove: scsi driver trivial
, Salyzyn, Mark
, (Fri Oct 19, 6:00 am)
Re: [PATCH 0/9] Remove 'irq' argument from all irq handlers
, Thomas Gleixner
, (Fri Oct 19, 7:53 am)
Re: [PATCH 2/9] irq-remove: arch non-trivial
, Jeremy Fitzhardinge
, (Fri Oct 19, 9:54 am)
Re: [PATCH 2/9] irq-remove: arch non-trivial
, Eric W. Biederman
, (Fri Oct 19, 10:11 am)
Re: [PATCH 2/9] irq-remove: arch non-trivial
, Jeff Garzik
, (Fri Oct 19, 10:16 am)
Re: [PATCH 1/9] irq-remove: core
, Eric W. Biederman
, (Fri Oct 19, 10:27 am)
Re: [PATCH 2/9] irq-remove: arch non-trivial
, Jeff Garzik
, (Fri Oct 19, 10:31 am)
Re: [PATCH 1/9] irq-remove: core
, Jeff Garzik
, (Fri Oct 19, 10:48 am)
Re: [PATCH 2/9] irq-remove: arch non-trivial
, Jeff Garzik
, (Fri Oct 19, 10:50 am)
Re: [PATCH 1/9] irq-remove: core
, Eric W. Biederman
, (Fri Oct 19, 11:04 am)
Re: [PATCH 4/9] irq-remove: driver non-trivial
, Eric W. Biederman
, (Fri Oct 19, 11:19 am)
Re: [PATCH 1/9] irq-remove: core
, Jeff Garzik
, (Fri Oct 19, 11:21 am)
Re: [PATCH 4/9] irq-remove: driver non-trivial
, Jeff Garzik
, (Fri Oct 19, 11:36 am)
Re: [PATCH 0/9] Remove 'irq' argument from all irq handlers
, Eric W. Biederman
, (Fri Oct 19, 11:38 am)
Re: [PATCH 0/9] Remove 'irq' argument from all irq handlers
, Mark Gross
, (Fri Oct 19, 11:45 am)
Re: [PATCH 0/9] Remove 'irq' argument from all irq handlers
, Jeff Garzik
, (Fri Oct 19, 11:57 am)
Re: [PATCH 0/9] Remove 'irq' argument from all irq handlers
, Jeff Garzik
, (Fri Oct 19, 12:02 pm)
Re: [PATCH 0/9] Remove 'irq' argument from all irq handlers
, Ingo Molnar
, (Fri Oct 19, 12:07 pm)
Re: [PATCH 0/9] Remove 'irq' argument from all irq handlers
, Eric W. Biederman
, (Fri Oct 19, 12:35 pm)
Re: [PATCH 2/9] irq-remove: arch non-trivial
, Eric W. Biederman
, (Fri Oct 19, 12:38 pm)
Re: [PATCH 0/9] Remove 'irq' argument from all irq handlers
, Thomas Gleixner
, (Fri Oct 19, 12:41 pm)
Re: [PATCH 1/9] irq-remove: core
, Eric W. Biederman
, (Fri Oct 19, 12:50 pm)
Re: [PATCH 0/9] Remove 'irq' argument from all irq handlers
, Jeff Garzik
, (Fri Oct 19, 12:55 pm)
Re: [PATCH 1/9] irq-remove: core
, Jeff Garzik
, (Fri Oct 19, 12:58 pm)
Re: [PATCH 1/9] irq-remove: core
, Eric W. Biederman
, (Fri Oct 19, 4:13 pm)
Re: [PATCH 1/9] irq-remove: core
, Jeff Garzik
, (Fri Oct 19, 4:46 pm)
Re: [PATCH 1/9] irq-remove: core
, Jeff Garzik
, (Fri Oct 19, 4:53 pm)
Re: [PATCH 0/9] Remove 'irq' argument from all irq handlers
, Greg KH
, (Fri Oct 19, 11:07 pm)
Re: [PATCH 7/9] irq-remove: scsi driver trivial
, Andrew Morton
, (Fri Oct 26, 2:35 pm)
Re: [PATCH 7/9] irq-remove: scsi driver trivial
, Jeff Garzik
, (Fri Oct 26, 2:47 pm)
Re: [PATCH 7/9] irq-remove: scsi driver trivial
, Arjan van de Ven
, (Fri Oct 26, 4:50 pm)
Re: [PATCH 7/9] irq-remove: scsi driver trivial
, Jeff Garzik
, (Fri Oct 26, 5:12 pm)
Re: [PATCH 7/9] irq-remove: scsi driver trivial
, Arjan van de Ven
, (Fri Oct 26, 5:16 pm)
Re: [PATCH 7/9] irq-remove: scsi driver trivial
, Jeff Garzik
, (Fri Oct 26, 5:37 pm)
Re: [PATCH 7/9] irq-remove: scsi driver trivial
, Arjan van de Ven
, (Fri Oct 26, 10:31 pm)
Re: [PATCH 7/9] irq-remove: scsi driver trivial
, Jeff Garzik
, (Sat Oct 27, 12:06 am)
Re: [PATCH 7/9] irq-remove: scsi driver trivial
, Eric W. Biederman
, (Sat Oct 27, 12:46 am)
Re: [PATCH 7/9] irq-remove: scsi driver trivial
, Arjan van de Ven
, (Sat Oct 27, 7:17 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Dmitry Torokhov
Re: Clarifying platform_device_unregister
Theodore Tso
Re: [RFC] [PATCH 3/3] Recursive mtime for ext3
Kevin Cernekee
[PATCH 7/7] MIPS: Fix regression on BCM4710 processor detection
Eric W. Biederman
Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
Volker Sauer
Re: D-Link DFE-580TX and snmpd problems, who's maintainer of sundance.c ?
git
:
Jeff King
Re: [PATCH] git-name-rev: accept list of refs from user
Johan Herland
Re: Empty directories...
Brandon Casey
[PATCH v3] t7700: demonstrate mishandling of objects in packs with a .keep file
Steffen Prohaska
[PATCH] user-manual: mention git gui citool (commit, amend)
Krzysztof Halasa
Re: [PATCH] Change "refs/" references to symbolic constants
linux-netdev
:
Eric Dumazet
Re: tun: Use netif_receive_skb instead of netif_rx
Stephen Hemminger
Re: [PATCH] make TLLAO option for NA packets configurable
Eric Dumazet
[PATCH] net: fix rtable leak in net/ipv4/route.c
Ira Snyder
Re: [PATCH RFC v2] net: add PCINet driver
Stephen Hemminger
[PATCH] netfilter: use per-cpu recursive lock (v13)
git-commits-head
:
Linux Kernel Mailing List
nfsd race fixes: ext2
Linux Kernel Mailing List
m68knommu: MCF5307 PIT GENERIC_CLOCKEVENTS support
Linux Kernel Mailing List
Remove the macro get_personality
Linux Kernel Mailing List
perf counters: add prctl interface to disable/enable counters
Linux Kernel Mailing List
Staging: rtl8192su: fix test for negative error in rtl8192_rx_isr()
openbsd-misc
:
Miod Vallat
Re: No Blob without Puffy
Henning Brauer
Re: Resilient RAID
Paul M
Re: WAY OT: Have you hugged your local OpenBSD dev lately?
Fred Crowson
Re: need help --reboot of newly installed OpenBSD 4.7 on Toshiba Libretto 70 neds...
E.T
Processeur Atom ?
Colocation donated by:
Syndicate