aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/process.c
diff options
context:
space:
mode:
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 b0f3e3f77e72..076d1242507a 100644
--- a/arch/powerpc/kernel/process.c
+++ b/arch/powerpc/kernel/process.c
@@ -1369,7 +1369,7 @@ void show_stack(struct task_struct *tsk, unsigned long *stack)
1369 1369
1370#ifdef CONFIG_PPC64 1370#ifdef CONFIG_PPC64
1371/* Called with hard IRQs off */ 1371/* Called with hard IRQs off */
1372void __ppc64_runlatch_on(void) 1372void notrace __ppc64_runlatch_on(void)
1373{ 1373{
1374 struct thread_info *ti = current_thread_info(); 1374 struct thread_info *ti = current_thread_info();
1375 unsigned long ctrl; 1375 unsigned long ctrl;
@@ -1382,7 +1382,7 @@ void __ppc64_runlatch_on(void)
1382} 1382}
1383 1383
1384/* Called with hard IRQs off */ 1384/* Called with hard IRQs off */
1385void __ppc64_runlatch_off(void) 1385void notrace __ppc64_runlatch_off(void)
1386{ 1386{
1387 struct thread_info *ti = current_thread_info(); 1387 struct thread_info *ti = current_thread_info();
1388 unsigned long ctrl; 1388 unsigned long ctrl;