Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153666051
D2695.id5841.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
419 B
Referenced Files
None
Subscribers
None
D2695.id5841.diff
View Options
Index: sys/amd64/amd64/trap.c
===================================================================
--- sys/amd64/amd64/trap.c
+++ sys/amd64/amd64/trap.c
@@ -843,8 +843,7 @@
printf("current process = ");
if (curproc) {
printf("%lu (%s)\n",
- (u_long)curproc->p_pid, curthread->td_name ?
- curthread->td_name : "");
+ (u_long)curproc->p_pid, curthread->td_name);
} else {
printf("Idle\n");
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 23, 6:46 PM (14 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32039016
Default Alt Text
D2695.id5841.diff (419 B)
Attached To
Mode
D2695: Remove unneeded NULL check in amd64's trap_fatal()
Attached
Detach File
Event Timeline
Log In to Comment