1
0
Fork 0
alistair23-linux/arch/arm/oprofile
Rusty Russell 0de26520c7 cpumask: make irq_set_affinity() take a const struct cpumask
Impact: change existing irq_chip API

Not much point with gentle transition here: the struct irq_chip's
setaffinity method signature needs to change.

Fortunately, not widely used code, but hits a few architectures.

Note: In irq_select_affinity() I save a temporary in by mangling
irq_desc[irq].affinity directly.  Ingo, does this break anything?

(Folded in fix from KOSAKI Motohiro)

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Mike Travis <travis@sgi.com>
Reviewed-by: Grant Grundler <grundler@parisc-linux.org>
Acked-by: Ingo Molnar <mingo@redhat.com>
Cc: ralf@linux-mips.org
Cc: grundler@parisc-linux.org
Cc: jeremy@xensource.com
Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
2008-12-13 21:20:26 +10:30
..
Makefile [ARM] 5195/1: ARMv7 Oprofile support 2008-09-01 12:06:25 +01:00
backtrace.c [ARM] Convert asm/uaccess.h to linux/uaccess.h 2008-09-06 11:35:55 +01:00
common.c [ARM] 5195/1: ARMv7 Oprofile support 2008-09-01 12:06:25 +01:00
op_arm_model.h [ARM] 5195/1: ARMv7 Oprofile support 2008-09-01 12:06:25 +01:00
op_counter.h [ARM] Remove OP_MAX_COUNTER 2006-11-14 15:15:40 +00:00
op_model_arm11_core.c [ARM] oprofile: add ARM11 core support 2007-02-06 16:46:44 +00:00
op_model_arm11_core.h [ARM] oprofile: add ARM11 core support 2007-02-06 16:46:44 +00:00
op_model_mpcore.c cpumask: make irq_set_affinity() take a const struct cpumask 2008-12-13 21:20:26 +10:30
op_model_mpcore.h [ARM] oprofile: add ARM11 SMP support 2007-02-06 16:46:45 +00:00
op_model_v6.c [ARM] oprofile: add ARM11 UP support 2007-02-06 16:46:44 +00:00
op_model_v7.c [ARM] 5195/1: ARMv7 Oprofile support 2008-09-01 12:06:25 +01:00
op_model_v7.h [ARM] 5195/1: ARMv7 Oprofile support 2008-09-01 12:06:25 +01:00
op_model_xscale.c [ARM] cputype: separate definitions, use them 2008-09-01 12:06:23 +01:00