Index: arch/sparc64/src/sparc64.c
===================================================================
--- arch/sparc64/src/sparc64.c	(revision 9a2d6e1cf6667f28beec57a2227821b398296732)
+++ arch/sparc64/src/sparc64.c	(revision 93165be1285f3a50e69871962061a2e2fcfb9ae6)
@@ -58,5 +58,5 @@
          * Create thread that reads characters from OFW's input.
          */
-	t = thread_create(kofwinput, NULL, TASK, 0);
+	t = thread_create(kofwinput, NULL, TASK, 0, "kofwinput");
 	if (!t)
 		panic("cannot create kofwinput\n");
@@ -66,5 +66,5 @@
          * Create thread that polls keyboard.
          */
-	t = thread_create(kkbdpoll, NULL, TASK, 0);
+	t = thread_create(kkbdpoll, NULL, TASK, 0, "kkbdpoll");
 	if (!t)
 		panic("cannot create kkbdpoll\n");
