aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/process.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2013-07-01 03:57:25 -0400
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2013-07-01 03:57:25 -0400
commit24a72acac155576d630cf4304fa9cefb9b62ea1f (patch)
tree84d09427b319c613512316c658a3f6d6d8fe3dd1 /arch/powerpc/kernel/process.c
parent6e0b8bc965d25a8e0701eaca3fca5941b4f4b2b2 (diff)
parent8bb495e3f02401ee6f76d1b1d77f3ac9f079e376 (diff)
Merge tag 'v3.10' into next
Merge 3.10 in order to get some of the last minute powerpc changes, resolve conflicts and add additional fixes on top of them.
Diffstat (limited to 'arch/powerpc/kernel/process.c')
-rw-r--r--arch/powerpc/kernel/process.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c
index f8a76e6207bd..c517dbe705fd 100644
--- a/arch/powerpc/kernel/process.c
+++ b/arch/powerpc/kernel/process.c
@@ -1373,7 +1373,7 @@ void show_stack(struct task_struct *tsk, unsigned long *stack)
1373 1373
1374#ifdef CONFIG_PPC64 1374#ifdef CONFIG_PPC64
1375/* Called with hard IRQs off */ 1375/* Called with hard IRQs off */
1376void __ppc64_runlatch_on(void) 1376void notrace __ppc64_runlatch_on(void)
1377{ 1377{
1378 struct thread_info *ti = current_thread_info(); 1378 struct thread_info *ti = current_thread_info();
1379 unsigned long ctrl; 1379 unsigned long ctrl;
@@ -1386,7 +1386,7 @@ void __ppc64_runlatch_on(void)
1386} 1386}
1387 1387
1388/* Called with hard IRQs off */ 1388/* Called with hard IRQs off */
1389void __ppc64_runlatch_off(void) 1389void notrace __ppc64_runlatch_off(void)
1390{ 1390{
1391 struct thread_info *ti = current_thread_info(); 1391 struct thread_info *ti = current_thread_info();
1392 unsigned long ctrl; 1392 unsigned long ctrl;