forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 645e752c5a84baeb21015cdc85fc05b7d16312c8
kernel/arch/h8300/kernel/ptrace_h.c
....@@ -250,7 +250,7 @@
250250 {
251251 if ((unsigned long)current->thread.breakinfo.addr == bp) {
252252 user_disable_single_step(current);
253
- force_sig(SIGTRAP, current);
253
+ force_sig(SIGTRAP);
254254 } else
255
- force_sig(SIGILL, current);
255
+ force_sig(SIGILL);
256256 }