Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144387144
D42683.id130340.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
426 B
Referenced Files
None
Subscribers
None
D42683.id130340.diff
View Options
diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c
--- a/sys/kern/kern_shutdown.c
+++ b/sys/kern/kern_shutdown.c
@@ -1011,7 +1011,7 @@
struct proc *p;
int error;
- if (KERNEL_PANICKED())
+ if (SCHEDULER_STOPPED())
return;
p = (struct proc *)arg;
@@ -1031,7 +1031,7 @@
struct thread *td;
int error;
- if (KERNEL_PANICKED())
+ if (SCHEDULER_STOPPED())
return;
td = (struct thread *)arg;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 9, 4:33 AM (21 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28478225
Default Alt Text
D42683.id130340.diff (426 B)
Attached To
Mode
D42683: shutdown: tweak kproc/kthread shutdown check
Attached
Detach File
Event Timeline
Log In to Comment