Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123263
b: refs/heads/master
c: b909895
h: refs/heads/master
i:
  123261: 9958070
  123259: 64048f2
  123255: 74f8654
  123247: 900631d
  123231: d0efed4
  123199: 81aec45
  123135: a9f2548
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Dec 19, 2008
1 parent 9e6e565 commit c6cdd48
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 078a55db075bf4dcc03115dc94875b3dd83f69d4
refs/heads/master: b909895739427874c089bc0e03dc119f99cab2dd
2 changes: 1 addition & 1 deletion trunk/arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ config SPARSE_IRQ

config NUMA_MIGRATE_IRQ_DESC
bool "Move irq desc when changing irq smp_affinity"
depends on SPARSE_IRQ && SMP
depends on SPARSE_IRQ && NUMA
default n
help
This enables moving irq_desc to cpu/node that irq will use handled.
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -2471,7 +2471,7 @@ static void irq_complete_move(struct irq_desc **descp)
if (likely(!cfg->move_desc_pending))
return;

/* domain is not change, but affinity is changed */
/* domain has not changed, but affinity did */
me = smp_processor_id();
if (cpu_isset(me, desc->affinity)) {
*descp = desc = move_irq_desc(desc, me);
Expand Down
11 changes: 3 additions & 8 deletions trunk/kernel/irq/numa_migrate.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
/*
* linux/kernel/irq/handle.c
*
* Copyright (C) 1992, 1998-2006 Linus Torvalds, Ingo Molnar
* Copyright (C) 2005-2006, Thomas Gleixner, Russell King
*
* This file contains the core interrupt handling code.
*
* Detailed information is available in Documentation/DocBook/genericirq
* NUMA irq-desc migration code
*
* Migrate IRQ data structures (irq_desc, chip_data, etc.) over to
* the new "home node" of the IRQ.
*/

#include <linux/irq.h>
Expand Down

0 comments on commit c6cdd48

Please sign in to comment.