android_kernel_samsung_msm8976/arch/m32r/kernel
Manfred Spraul e545a6140b kernel/cpu.c: create a CPU_STARTING cpu_chain notifier
Right now, there is no notifier that is called on a new cpu, before the new
cpu begins processing interrupts/softirqs.
Various kernel function would need that notification, e.g. kvm works around
by calling smp_call_function_single(), rcu polls cpu_online_map.

The patch adds a CPU_STARTING notification. It also adds a helper function
that sends the message to all cpu_chain handlers.

Tested on x86-64.
All other archs are untested. Especially on sparc, I'm not sure if I got
it right.

Signed-off-by: Manfred Spraul <manfred@colorfullife.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-09-08 19:25:24 +02:00
..
align.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
asm-offsets.c
entry.S m32r: Rename STI/CLI macros 2007-09-06 11:10:56 +09:00
head.S [PATCH] m32r: cosmetic updates and trivial fixes 2007-02-11 10:51:20 -08:00
init_task.c [PATCH] take init_files to fs/file.c 2008-05-16 17:22:20 -04:00
irq.c spelling fixes: arch/m32r/ 2007-10-20 01:14:39 +02:00
m32r_ksyms.c m32r: convert to generic helpers for IPI function calls 2008-06-26 11:22:57 +02:00
Makefile Generic semaphore implementation 2008-04-17 10:42:34 -04:00
module.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
process.c [PATCH] m32r: build fix for processors without ISA_DSP_LEVEL2 2007-02-11 10:51:20 -08:00
ptrace.c arch/m32r/: Spelling fixes 2008-02-03 16:53:47 +02:00
setup.c procfs: constify function pointer tables 2008-02-08 09:22:38 -08:00
signal.c m32r: Update sys_rt_sigsuspend 2007-11-28 01:24:04 +09:00
smp.c smp_call_function: get rid of the unused nonatomic/retry argument 2008-06-26 11:24:35 +02:00
smpboot.c kernel/cpu.c: create a CPU_STARTING cpu_chain notifier 2008-09-08 19:25:24 +02:00
sys_m32r.c m32r: use generic sys_pipe 2008-05-09 08:04:56 -07:00
syscall_table.S timerfd: fix remaining architectures 2008-02-05 14:37:15 -08:00
time.c M32R: cleanup struct irqaction initializers 2007-10-16 09:43:04 -07:00
traps.c m32r: convert to generic helpers for IPI function calls 2008-06-26 11:22:57 +02:00
vmlinux.lds.S m32r: cleanup: drop .data.idt section in vmlinux.lds script 2008-04-29 14:46:00 +09:00