Index: kernel/arch/ia32/include/byteorder.h
===================================================================
--- kernel/arch/ia32/include/byteorder.h	(revision 134877d64bac047ca117c283bd304140ea31a7b0)
+++ kernel/arch/ia32/include/byteorder.h	(revision 49319acaa805c75ddb5bb087f767d7b9589f91ce)
@@ -42,6 +42,6 @@
 #define uint64_t_le2host(n)		(n)
 
-#define uint32_t_be2host(n)		uint64_t_byteorder_swap(n)
-#define uint64_t_be2host(n)		uint32_t_byteorder_swap(n)
+#define uint32_t_be2host(n)		uint32_t_byteorder_swap(n)
+#define uint64_t_be2host(n)		uint64_t_byteorder_swap(n)
 
 #endif
