login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
August
»
3
Re: [PATCH 21/25] serial: change remove NR_IRQS in 8250.c v2
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Alan Cox <alan@...>
To: Yinghai Lu <yhlu.kernel@...>
Cc: Ingo Molnar <mingo@...>, Thomas Gleixner <tglx@...>, H. Peter Anvin <hpa@...>, Eric W. Biederman <ebiederm@...>, Dhaval Giani <dhaval@...>, Mike Travis <travis@...>, Andrew Morton <akpm@...>, <linux-kernel@...>, Yinghai Lu <yhlu.kernel@...>
Subject:
Re: [PATCH 21/25] serial: change remove NR_IRQS in 8250.c v2
Date: Sunday, August 3, 2008 - 9:03 am
On Sat, 2 Aug 2008 19:59:21 -0700 Yinghai Lu <yhlu.kernel@gmail.com> wrote:
quoted text
> use small array with index to handle irq locking for serial port > hope 32 slot is enough > > v2: according to Eric, move irq_no into irq_info, and not clean irq_no
This wants doing with a hash not a prayer that "32 slots is enough" --
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/25] dyn_array and nr_irqs support v3
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
Re: [PATCH 00/25] dyn_array and nr_irqs support v3
, H. Peter Anvin
, (Tue Aug 5, 7:01 pm)
Re: [PATCH 00/25] dyn_array and nr_irqs support v3
, Yinghai Lu
, (Tue Aug 5, 7:15 pm)
Re: [PATCH 00/25] dyn_array and nr_irqs support v3
, H. Peter Anvin
, (Tue Aug 5, 7:26 pm)
Re: [PATCH 00/25] dyn_array and nr_irqs support v3
, Yinghai Lu
, (Tue Aug 5, 7:53 pm)
Re: [PATCH 00/25] dyn_array and nr_irqs support v3
, Eric W. Biederman
, (Sun Aug 3, 1:51 am)
Re: [PATCH 00/25] dyn_array and nr_irqs support v3
, Yinghai Lu
, (Sun Aug 3, 2:04 am)
Re: [PATCH 00/25] dyn_array and nr_irqs support v3
, Eric W. Biederman
, (Sun Aug 3, 2:39 am)
Re: [PATCH 00/25] dyn_array and nr_irqs support v3
, Mike Travis
, (Mon Aug 4, 10:31 am)
Re: [PATCH 00/25] dyn_array and nr_irqs support v3
, Yinghai Lu
, (Sun Aug 3, 4:25 am)
Re: [PATCH 00/25] dyn_array and nr_irqs support v3
, Eric W. Biederman
, (Sun Aug 3, 5:15 am)
Re: [PATCH 00/25] dyn_array and nr_irqs support v3
, Yinghai Lu
, (Sun Aug 3, 1:54 pm)
Re: [PATCH 00/25] dyn_array and nr_irqs support v3
, Yinghai Lu
, (Sun Aug 3, 3:20 pm)
Re: [PATCH 00/25] dyn_array and nr_irqs support v3
, Yinghai Lu
, (Sun Aug 3, 9:59 pm)
[PATCH 01/25] x86: 64bit support more than 256 irq v2
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
[PATCH 02/25] x86: remove irq_vectors_limits
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
[PATCH 03/25] add dyn_array support
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
Re: [PATCH 03/25] add dyn_array support
, Johannes Weiner
, (Sun Aug 3, 12:03 am)
Re: [PATCH 03/25] add dyn_array support
, Yinghai Lu
, (Sun Aug 3, 12:21 am)
Re: [PATCH 03/25] add dyn_array support
, Johannes Weiner
, (Sun Aug 3, 12:55 am)
Re: [PATCH 03/25] add dyn_array support
, Yinghai Lu
, (Sun Aug 3, 1:04 am)
Re: [PATCH 03/25] add dyn_array support
, Johannes Weiner
, (Sun Aug 3, 1:31 am)
Re: [PATCH 03/25] add dyn_array support
, Yinghai Lu
, (Sun Aug 3, 1:39 am)
Re: [PATCH 03/25] add dyn_array support
, Johannes Weiner
, (Sun Aug 3, 1:47 am)
Re: [PATCH 03/25] add dyn_array support
, Yinghai Lu
, (Sun Aug 3, 1:48 am)
Re: [PATCH 03/25] add dyn_array support
, Yinghai Lu
, (Sun Aug 3, 1:40 am)
[PATCH 04/25] add per_cpu_dyn_array support
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
[PATCH 05/25] x86: alloc dyn_array all alltogether
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
Re: [PATCH 05/25] x86: alloc dyn_array all alltogether
, Johannes Weiner
, (Sun Aug 3, 12:16 am)
[PATCH 06/25] x86: enable dyn_array support
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
[PATCH 07/25] introduce nr_irqs
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
[PATCH 08/25] x86: using nr_irqs
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
[PATCH 09/25] drivers/char to use nr_irqs
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
[PATCH 10/25] drivers/net to use nr_irqs
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
[PATCH 11/25] drivers intr remapping to use nr_irqs
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
[PATCH 12/25] drivers/pcmcia to use nr_irqs
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
[PATCH 13/25] drivers/rtc to use nr_irqs
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
[PATCH 14/25] drivers/scsi to use nr_irqs
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
[PATCH 15/25] drivers/serial to use nr_irqs
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
Re: [PATCH 15/25] drivers/serial to use nr_irqs
, Alan Cox
, (Sun Aug 3, 9:02 am)
Re: [PATCH 15/25] drivers/serial to use nr_irqs
, Yinghai Lu
, (Sun Aug 3, 1:43 pm)
[PATCH 16/25] drivers proc to use nr_irqs
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
[PATCH 17/25] drivers xen events to use nr_irqs
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
[PATCH 18/25] make irq_timer_state to use dyn_array
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
[PATCH 19/25] make irq2_iommu to use dyn_array
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
[PATCH 20/25] make irq_desc to use dyn_array
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
[PATCH 21/25] serial: change remove NR_IRQS in 8250.c v2
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
Re: [PATCH 21/25] serial: change remove NR_IRQS in 8250.c v2
, Alan Cox
, (Sun Aug 3, 11:14 am)
Re: [PATCH 21/25] serial: change remove NR_IRQS in 8250.c v2
, Eric W. Biederman
, (Sun Aug 3, 3:57 pm)
Re: [PATCH 21/25] serial: change remove NR_IRQS in 8250.c v2
, Alan Cox
, (Mon Aug 4, 10:17 am)
Re: [PATCH 21/25] serial: change remove NR_IRQS in 8250.c v2
, Eric W. Biederman
, (Mon Aug 4, 2:51 pm)
[PATCH] serial: Remove NR_IRQS usage
, Alan Cox
, (Wed Aug 6, 9:09 am)
Re: [PATCH] serial: Remove NR_IRQS usage
, Eric W. Biederman
, (Wed Aug 6, 12:10 pm)
Re: [PATCH 21/25] serial: change remove NR_IRQS in 8250.c v2
, Yinghai Lu
, (Mon Aug 4, 2:13 pm)
Re: [PATCH 21/25] serial: change remove NR_IRQS in 8250.c v2
, Alan Cox
, (Sun Aug 3, 9:03 am)
[PATCH 22/25] irq: make irqs in kernel stat use per_cpu_dyn_...
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
[PATCH 23/25] x86: use dyn_array in io_apic_xx.c
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
[PATCH 24/25] x86: get mp_irqs from madt
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
[PATCH 25/25] x86: remove nr_irq_vectors
, Yinghai Lu
, (Sat Aug 2, 10:59 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Eric Sandeen
Re: [RFC] Heads up on sys_fallocate()
david
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Greg Kroah-Hartman
[PATCH 007/196] Chinese: add translation of stable_kernel_rules.txt
Andrew Morton
-mm merge plans for 2.6.23
git
:
linux-netdev
:
David Miller
Re: [GIT]: Networking
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Gerrit Renker
[PATCH 0/37] dccp: Feature negotiation - last call for comments
Frans Pop
svc: failed to register lockdv1 RPC service (errno 97).
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
1 user
and
844 guests
online.
Online users
strcmp
Syndicate