Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148654195
D54039.1787906135.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
854 B
Referenced Files
None
Subscribers
None
D54039.1787906135.diff
View Options
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -336,7 +336,7 @@
* the need arises.
*/
for (;;)
- tsleep(__builtin_frame_address(0), PNOLOCK, "parked", 0);
+ tsleep(__builtin_frame_address(0), PNOLOCK, "-", 0);
}
static void
@@ -486,7 +486,7 @@
schedinit(); /* scheduler gets its house in order */
/*
- * Create process 0 (the swapper).
+ * Create process 0.
*/
LIST_INSERT_HEAD(&allproc, p, p_list);
LIST_INSERT_HEAD(PIDHASH(0), p, p_hash);
@@ -531,7 +531,7 @@
LIST_INIT(&p->p_reaplist);
strncpy(p->p_comm, "kernel", sizeof (p->p_comm));
- strncpy(td->td_name, "swapper", sizeof (td->td_name));
+ strncpy(td->td_name, "kernel", sizeof (td->td_name));
callout_init_mtx(&p->p_itcallout, &p->p_mtx, 0);
callout_init_mtx(&p->p_limco, &p->p_mtx, 0);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 28, 8:35 AM (4 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29477780
Default Alt Text
D54039.1787906135.diff (854 B)
Attached To
Mode
D54039: thread0: Stop calling thread0 "swapper"
Attached
Detach File
Event Timeline
Log In to Comment