kernel-fxtec-pro1x/arch/sh
Ingo Molnar 1c39194878 sched: convert struct root_domain to cpumask_var_t, fix
Mathieu Desnoyers reported this build failure on powerpc:

 kernel/sched.c: In function 'sd_init_NODE':
 kernel/sched.c:7319: error: non-static initialization of a flexible array member
 kernel/sched.c:7319: error: (near initialization for '(anonymous)')

this happens because .span changed to cpumask_var_t, hence
the static CPU_MASK_NONE initializers in the SD_*_INIT
templates are not type-correct anymore.

Remove them, as they default to empty anyway.

Also remove them from IA64, MIPS and SH.

Reported-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-11-26 14:14:07 +01:00
..
boards
boot sh: FTRACE renamed to FUNCTION_TRACER. 2008-10-31 16:20:36 +09:00
cchips
configs sh: Enable NFS root in Migo-R defconfig. 2008-10-31 16:22:31 +09:00
drivers
include sched: convert struct root_domain to cpumask_var_t, fix 2008-11-26 14:14:07 +01:00
kernel serial: sh-sci: Reorder the SCxTDR write after the TDxE clear. 2008-11-13 17:46:06 +09:00
lib sh: __copy_user function can corrupt the stack in case of exception 2008-11-13 17:40:30 +09:00
lib64
math-emu
mm sh: Don't factor in PAGE_OFFSET for valid_phys_addr_range() check. 2008-11-13 15:38:02 +09:00
oprofile
tools
Kconfig sh: FTRACE renamed to FUNCTION_TRACER. 2008-10-31 16:20:36 +09:00
Kconfig.cpu
Kconfig.debug
Makefile sh: SHmedia ISA tuning fixups. 2008-10-31 15:58:53 +09:00