Loading arch/x86/kernel/acpi/wakeup_32.S +0 −4 Original line number Diff line number Diff line Loading @@ -35,10 +35,6 @@ wakeup_code: wakeup_code_start = . .code16 movw $0xb800, %ax movw %ax,%fs movw $0x0e00 + 'L', %fs:(0x10) cli cld Loading drivers/hwmon/coretemp.c +2 −3 Original line number Diff line number Diff line Loading @@ -337,11 +337,10 @@ static int coretemp_cpu_callback(struct notifier_block *nfb, switch (action) { case CPU_ONLINE: case CPU_ONLINE_FROZEN: case CPU_DOWN_FAILED: coretemp_device_add(cpu); break; case CPU_DEAD: case CPU_DEAD_FROZEN: case CPU_DOWN_PREPARE: coretemp_device_remove(cpu); break; } Loading fs/jffs2/background.c +1 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ static int jffs2_garbage_collect_thread(void *_c) /* Put_super will send a SIGKILL and then wait on the sem. */ while (signal_pending(current)) { while (signal_pending(current) || freezing(current)) { siginfo_t info; unsigned long signr; Loading Loading
arch/x86/kernel/acpi/wakeup_32.S +0 −4 Original line number Diff line number Diff line Loading @@ -35,10 +35,6 @@ wakeup_code: wakeup_code_start = . .code16 movw $0xb800, %ax movw %ax,%fs movw $0x0e00 + 'L', %fs:(0x10) cli cld Loading
drivers/hwmon/coretemp.c +2 −3 Original line number Diff line number Diff line Loading @@ -337,11 +337,10 @@ static int coretemp_cpu_callback(struct notifier_block *nfb, switch (action) { case CPU_ONLINE: case CPU_ONLINE_FROZEN: case CPU_DOWN_FAILED: coretemp_device_add(cpu); break; case CPU_DEAD: case CPU_DEAD_FROZEN: case CPU_DOWN_PREPARE: coretemp_device_remove(cpu); break; } Loading
fs/jffs2/background.c +1 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ static int jffs2_garbage_collect_thread(void *_c) /* Put_super will send a SIGKILL and then wait on the sem. */ while (signal_pending(current)) { while (signal_pending(current) || freezing(current)) { siginfo_t info; unsigned long signr; Loading