login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
August
»
9
Re: [PATCH 08/42] introduce nr_irqs
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Yinghai Lu
Subject:
Re: [PATCH 08/42] introduce nr_irqs
Date: Saturday, August 9, 2008 - 12:30 am
On Fri, Aug 8, 2008 at 11:07 PM, Eric W. Biederman <ebiederm@xmission.com> wrote:
quoted text
> "Yinghai Lu" <yhlu.kernel@gmail.com> writes: > >> On Fri, Aug 8, 2008 at 6:00 PM, Eric W. Biederman <ebiederm@xmission.com> wrote: >>> Yinghai Lu <yhlu.kernel@gmail.com> writes: >>> >>>> and at this point it is equal NR_IRQS >>> >>> This patch is ok, but this approach is fundamentally broken. >>> Only 19 architectures use GENERIC_HARDIRQS >>> >>> The only required interface is interrupt.h not irq.h >>> >>> So you may not replace NR_IRQS with nr_irqs in anything other >>> then genirq code and some architecture code. >>> >>> Doing so will break the build on several architectures. >> >> some platforms will not use include/linux/irq.h and kernel/irq/handle.c ? > > Yes. interrupt.h is the common infrastructure. >
ok, will move to that file. YH --
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 00/42] dyn_array/nr_irqs/sparse_irq support v5
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 01/42] 8250: Remove NR_IRQ usage
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 02/42] x86: add after_bootmem for 32bit
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 03/42] x86: remove irq_vectors_limits
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 04/42] add dyn_array support
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 05/42] add per_cpu_dyn_array support
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 06/42] x86: alloc dyn_array all alltogether
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 07/42] x86: enable dyn_array support
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 08/42] introduce nr_irqs
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 09/42] x86: using nr_irqs
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 10/42] drivers/char to use nr_irqs
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 11/42] drivers/net to use nr_irqs
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 12/42] drivers intr remapping to use nr_irqs
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 13/42] drivers/pcmcia to use nr_irqs
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 14/42] drivers/rtc to use nr_irqs
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 15/42] drivers/scsi to use nr_irqs
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 16/42] drivers/serial to use nr_irqs
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 17/42] drivers proc to use nr_irqs
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 18/42] drivers xen events to use nr_irqs
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 19/42] make irq_timer_state to use dyn_array
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 20/42] make irq2_iommu to use dyn_array
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 21/42] make irq_desc to use dyn_array
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 22/42] irq: make irqs in kernel stat use per_cpu_dy ...
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 23/42] x86: use dyn_array in io_apic_xx.c
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 24/42] x86: get mp_irqs from madt
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 25/42] x86: remove nr_irq_vectors
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 26/42] x86_64: use irq_desc() together with dyn_array
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 27/42] x86: add irq_cfg in io_apic_64.c
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 28/42] x86: put irq_2_pin pointer into irq_cfg
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 29/42] x86: put timer_rand_state pointer into irq_desc
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 30/42] x86: move kstat_irqs from kstat to irq_desc
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 31/42] replace loop with nr_irqs with for_each_irq_desc
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 32/42] replace loop with nr_irqs with for_each_irq_icfg
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 33/42] remove >= nr_irqs checking with config_have_ ...
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 34/42] x86_64: add irq_desc in function in paramater
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 35/42] x86: check with without_new in show_interrupts
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 36/42] x86_64: introduce irq_cfg_with_new
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 37/42] x86_64: introduce irq_desc_with_new
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 38/42] seperate irq_descX with irq_descX_free
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 39/42] x86_64: sperate irq_cfgx with irq_cfgx_free
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 40/42] x86_64: make /proc/interrupts works with dyn ...
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 41/42] x86_64: remove one nr_irqs in show_stat
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
[PATCH 42/42] x86: put irq_2_iommu pointer into irq_desc
, Yinghai Lu
, (Fri Aug 8, 2:52 pm)
Re: [PATCH 00/42] dyn_array/nr_irqs/sparse_irq support v5
, H. Peter Anvin
, (Fri Aug 8, 3:01 pm)
Re: [PATCH 00/42] dyn_array/nr_irqs/sparse_irq support v5
, Yinghai Lu
, (Fri Aug 8, 3:14 pm)
Re: [PATCH 00/42] dyn_array/nr_irqs/sparse_irq support v5
, H. Peter Anvin
, (Fri Aug 8, 3:19 pm)
Re: [PATCH 00/42] dyn_array/nr_irqs/sparse_irq support v5
, H. Peter Anvin
, (Fri Aug 8, 3:25 pm)
Re: [PATCH 00/42] dyn_array/nr_irqs/sparse_irq support v5
, Yinghai Lu
, (Fri Aug 8, 3:26 pm)
Re: [PATCH 00/42] dyn_array/nr_irqs/sparse_irq support v5
, Yinghai Lu
, (Fri Aug 8, 3:30 pm)
Re: [PATCH 00/42] dyn_array/nr_irqs/sparse_irq support v5
, H. Peter Anvin
, (Fri Aug 8, 3:33 pm)
Re: [PATCH 01/42] 8250: Remove NR_IRQ usage
, Eric W. Biederman
, (Fri Aug 8, 3:38 pm)
Re: [PATCH 01/42] 8250: Remove NR_IRQ usage
, Yinghai Lu
, (Fri Aug 8, 4:07 pm)
Re: [PATCH 00/42] dyn_array/nr_irqs/sparse_irq support v5
, Eric W. Biederman
, (Fri Aug 8, 4:40 pm)
Re: [PATCH 00/42] dyn_array/nr_irqs/sparse_irq support v5
, Yinghai Lu
, (Fri Aug 8, 5:34 pm)
Re: [PATCH 08/42] introduce nr_irqs
, Eric W. Biederman
, (Fri Aug 8, 6:00 pm)
Re: [PATCH 08/42] introduce nr_irqs
, Yinghai Lu
, (Fri Aug 8, 6:38 pm)
Re: [PATCH 08/42] introduce nr_irqs
, H. Peter Anvin
, (Fri Aug 8, 6:59 pm)
Re: [PATCH 08/42] introduce nr_irqs
, Eric W. Biederman
, (Fri Aug 8, 11:07 pm)
Re: [PATCH 08/42] introduce nr_irqs
, Yinghai Lu
, (Sat Aug 9, 12:30 am)
Re: [PATCH 08/42] introduce nr_irqs
, Yinghai Lu
, (Sat Aug 9, 12:30 am)
Re: [PATCH 08/42] introduce nr_irqs
, Eric W. Biederman
, (Sat Aug 9, 8:46 am)
Re: [PATCH 08/42] introduce nr_irqs
, Eric W. Biederman
, (Sat Aug 9, 9:02 am)
Re: [PATCH 08/42] introduce nr_irqs
, Yinghai Lu
, (Sat Aug 9, 2:21 pm)
Re: [PATCH 08/42] introduce nr_irqs
, Yinghai Lu
, (Sat Aug 9, 2:37 pm)
Re: [PATCH 08/42] introduce nr_irqs
, Eric W. Biederman
, (Sat Aug 9, 2:38 pm)
Re: [PATCH 08/42] introduce nr_irqs
, Yinghai Lu
, (Sat Aug 9, 3:35 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Fortier,Vincent [Montreal]
2.6.21.5 june 30th to july 1st date hang?
Jeff Dike
[ PATCH 2/6 ] UML - Formatting fixes around os_{read_write}_file callers
Liam Girdwood
[PATCH 07/13] regulator: regulator test harness
Oleg Nesterov
Re: Getting the new RxRPC patches upstream
Stefan Seyfried
Re: 2.6.19-rc5: grub is much slower resuming from suspend-to-disk than in 2.6.18
linux-netdev
:
Arnaud Ebalard
Re: [REGRESSION,BISECTED] MIPv6 support broken by f4f914b58019f0
Jan Engelhardt
Re: [PATCH iptables] extension: add xt_cpu match
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Sebastian Andrzej Siewior
[PATCH 8/8] net/emergency: remove locking from reycling pool if emergncy pools are...
David Miller
Re: [PATCH] qlcnic: dont assume NET_IP_ALIGN is 2
git
:
Jakub Narebski
Re: git on MacOSX and files with decomposed utf-8 file names
Brandon Casey
Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the def...
Christian Couder
[PATCH 1/3] rev-parse: add test script for "--verify"
Ramkumar Ramachandra
Re: [GSoC update] git-remote-svn: The final one
Junio C Hamano
Re: git-rm isn't the inverse action of git-add
openbsd-misc
:
Joachim Schipper
Re: UVC Webcams
Florin Andrei
SOLVED [was: firewall is very slow, something's wrong]
Todd Alan Smith
Re: Microsoft gets the Most Secure Operating Systems award
Neal Hogan
Re: Need Advice: Thinkpad T60 or T61?
Sam Fourman Jr.
Re: Real men don't attack straw men
git-commits-head
:
Linux Kernel Mailing List
ACPI: Disable ARB_DISABLE on platforms where it is not needed
Linux Kernel Mailing List
m68knommu: add read_barrier_depends() and irqs_disabled_flags()
Linux Kernel Mailing List
[MTD] Add mtd panic_write function pointer
Linux Kernel Mailing List
[ARM] pxa: remove duplicate select statements from Kconfig
Linux Kernel Mailing List
mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()
Colocation donated by:
Syndicate