We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b125a2 + 88ad71a commit be2490dCopy full SHA for be2490d
1 file changed
elks/arch/i86/kernel/irqtab.S
@@ -164,7 +164,11 @@ save_regs:
164
// strace.c must be compiled with tail optimization off to protect top of stack
165
call trace_end // syscall return value is top of stack
166
#endif
167
- call do_signal // process signals
+
168
+ cmpw $0,bh_active // Any active bottom halfs?
169
+ je 1f // No
170
+ call do_bottom_half // Run bottom halves
171
+1: call do_signal // process signals
172
cli
173
jmp restore_regs
174
//
0 commit comments