diff options
Diffstat (limited to 'arch/powerpc/kernel/process.c')
-rw-r--r-- | arch/powerpc/kernel/process.c | 4 |
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 */ |
1376 | void __ppc64_runlatch_on(void) | 1376 | void 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 */ |
1389 | void __ppc64_runlatch_off(void) | 1389 | void 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; |