Index: kernel/arch/ppc32/include/boot/boot.h
===================================================================
--- kernel/arch/ppc32/include/boot/boot.h	(revision 96e0748d7558e9aeb4c97ff5d520f773c406eeac)
+++ kernel/arch/ppc32/include/boot/boot.h	(revision 6c4a56f3dfeb76e8cadec584d06e5862d6074d3e)
@@ -46,4 +46,6 @@
 #ifndef __ASM__
 
+#define BOOTINFO_TASK_NAME_BUFLEN 32
+
 #include <arch/types.h>
 
@@ -51,4 +53,5 @@
 	uintptr_t addr;
 	uint32_t size;
+	char name[BOOTINFO_TASK_NAME_BUFLEN];
 } utask_t;
 
