forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
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 }