@@ -1000,15 +1000,15 @@ static inline void tm_reclaim_task(struct task_struct *tsk)
1000
1000
1001
1001
WARN_ON (tm_suspend_disabled );
1002
1002
1003
- TM_DEBUG ("--- tm_reclaim on pid %d (NIP=%lx, "
1003
+ TM_DEBUG ("---- tm_reclaim on pid %d (NIP=%lx, "
1004
1004
"ccr=%lx, msr=%lx, trap=%lx)\n" ,
1005
1005
tsk -> pid , thr -> regs -> nip ,
1006
1006
thr -> regs -> ccr , thr -> regs -> msr ,
1007
1007
thr -> regs -> trap );
1008
1008
1009
1009
tm_reclaim_thread (thr , TM_CAUSE_RESCHED );
1010
1010
1011
- TM_DEBUG ("--- tm_reclaim on pid %d complete\n" ,
1011
+ TM_DEBUG ("---- tm_reclaim on pid %d complete\n" ,
1012
1012
tsk -> pid );
1013
1013
1014
1014
out_and_saveregs :
@@ -2367,14 +2367,14 @@ void __no_sanitize_address show_stack(struct task_struct *tsk,
2367
2367
(sp + STACK_INT_FRAME_REGS );
2368
2368
2369
2369
lr = regs -> link ;
2370
- printk ("%s--- interrupt: %lx at %pS\n" ,
2370
+ printk ("%s---- interrupt: %lx at %pS\n" ,
2371
2371
loglvl , regs -> trap , (void * )regs -> nip );
2372
2372
2373
2373
// Detect the case of an empty pt_regs at the very base
2374
2374
// of the stack and suppress showing it in full.
2375
2375
if (!empty_user_regs (regs , tsk )) {
2376
2376
__show_regs (regs );
2377
- printk ("%s--- interrupt: %lx\n" , loglvl , regs -> trap );
2377
+ printk ("%s---- interrupt: %lx\n" , loglvl , regs -> trap );
2378
2378
}
2379
2379
2380
2380
firstframe = 1 ;
0 commit comments