linux/arch/cris/arch-v32/kernel
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 CRIS v32: Fixup kernel Makefile. 2008-02-08 11:06:25 +01:00
cache.c [CRIS] Move header files from include to arch/cris/include. 2008-10-29 17:29:44 +01:00
cacheflush.S CRISv32: add cache flush operations 2007-11-14 18:45:47 -08:00
crisksyms.c [CRIS] Move header files from include to arch/cris/include. 2008-10-29 17:29:44 +01:00
debugport.c [CRIS] Move header files from include to arch/cris/include. 2008-10-29 17:29:44 +01:00
entry.S [CRIS] Move header files from include to arch/cris/include. 2008-10-29 17:29:44 +01:00
fasttimer.c removed unused #include <linux/version.h>'s 2008-08-23 12:14:12 -07:00
head.S [CRIS] Remove links from CRIS build 2008-10-31 23:37:57 +01:00
irq.c cpumask: make irq_set_affinity() take a const struct cpumask 2008-12-13 21:20:26 +10:30
kgdb.c [CRIS] Move header files from include to arch/cris/include. 2008-10-29 17:29:44 +01:00
kgdb_asm.S [CRIS] Move header files from include to arch/cris/include. 2008-10-29 17:29:44 +01:00
pinmux.c [CRIS] Move header files from include to arch/cris/include. 2008-10-29 17:29:44 +01:00
process.c CRIS v32: Minor updates to kernel/process.c 2008-02-08 11:06:27 +01:00
ptrace.c [CRIS] Move header files from include to arch/cris/include. 2008-10-29 17:29:44 +01:00
setup.c cris: ARRAY_SIZE() cleanup 2007-11-14 18:45:46 -08:00
signal.c [CRIS] Move header files from include to arch/cris/include. 2008-10-29 17:29:44 +01:00
smp.c cpumask: centralize cpu_online_map and cpu_possible_map 2008-12-13 21:19:41 +10:30
time.c CRIS v32: Update and improve kernel/time.c 2008-02-08 11:06:28 +01:00
traps.c CRIS v32: Update and improve kernel/traps.c 2008-02-08 11:06:27 +01:00