Index: kernel/arch/ppc32/include/byteorder.h
===================================================================
--- kernel/arch/ppc32/include/byteorder.h	(revision 84757b5af9dc0d4e1dda4ce09d9bdd14fbc25f11)
+++ kernel/arch/ppc32/include/byteorder.h	(revision 4e33b6b225ade31ba0ed3f0d717b4c3af3a41738)
@@ -38,6 +38,6 @@
 #include <byteorder.h>
 
-#define uint32_t_le2host(n)		uint64_t_byteorder_swap(n)
-#define uint64_t_le2host(n)		uint32_t_byteorder_swap(n)
+#define uint32_t_le2host(n)		uint32_t_byteorder_swap(n)
+#define uint64_t_le2host(n)		uint64_t_byteorder_swap(n)
 
 #define uint32_t_be2host(n)		(n)
