Index: kernel/arch/ppc64/src/ppc64.c
===================================================================
--- kernel/arch/ppc64/src/ppc64.c	(revision 7cb567cd74caf371a5b1b053095a12b9bd1704a6)
+++ kernel/arch/ppc64/src/ppc64.c	(revision 9a7a97029a2915fe7e7b5cf13d8ed2bd225ff1e7)
@@ -129,4 +129,5 @@
 {
 }
+
 /** Return console to userspace
  *
@@ -136,4 +137,10 @@
 }
 
+void arch_reboot(void)
+{
+	// TODO
+	while (1);
+}
+
 /** @}
  */
