On Tue, Sep 9, 2008 at 5:50 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:for phys_flat mode: it will get new vector for on new cpu. seems need to rework __assign_irq_vector a little bit. to cpumask_t (*vector_allocation_domain_t)(int cpu) static int __assign_irq_vector(int irq, cpumask_t mask, vector_allocation_domain_t p) ... and you could have your own static cpumask_t vec_domain_alloc(int cpu) { cpumask_t domain = cpu_possible_map; return domain; } static int assign_irq_vector_all(int irq) { int err; unsigned long flags; cpumask_t mask = cpu_possible_map; spin_lock_irqsave(&vector_lock, flags); err = __assign_irq_vector(irq, mask, vec_domain_alloc); spin_unlock_irqrestore(&vector_lock, flags); return err; } YH --
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Andrew Morton | -mm merge plans for 2.6.23 |
| david | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
git: | |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| PJ Waskiewicz | [ANNOUNCE] ixgbe: Data Center Bridging (DCB) support for ixgbe |
| David Miller | Re: [GIT]: Networking |
