We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9ef03 commit 015dce5Copy full SHA for 015dce5
kernel/printk.c
@@ -128,8 +128,8 @@ static void printkd_sleep(void)
128
{
129
preempt_disable();
130
prepare_to_wait(&printkd_wait, current_thread_info(), THREAD_WAIT);
131
- jump_to_kernel();
132
preempt_enable();
+ jump_to_kernel();
133
}
134
135
void printkd(void)
kernel/softirq.c
@@ -35,8 +35,8 @@ static void softirqd_sleep(void)
35
36
37
prepare_to_wait(&softirqd_wait, current_thread_info(), THREAD_WAIT);
38
39
40
41
42
void softirqd(void)
0 commit comments