From: Anton Blanchard <an...@samba.org>

 Add powerpc64 types

Signed-off-by: Ram Pai <linux...@us.ibm.com>
From: Anton Blanchard <an...@samba.org>
---
 include/grub/powerpc/types.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/include/grub/powerpc/types.h b/include/grub/powerpc/types.h
index a098ae6..7a2fc6b 100644
--- a/include/grub/powerpc/types.h
+++ b/include/grub/powerpc/types.h
@@ -19,11 +19,19 @@
 #ifndef GRUB_TYPES_CPU_HEADER
 #define GRUB_TYPES_CPU_HEADER  1
 
+#ifdef __powerpc64le__
+/* The size of void *.  */
+#define GRUB_TARGET_SIZEOF_VOID_P      8
+
+/* The size of long.  */
+#define GRUB_TARGET_SIZEOF_LONG                8
+#else
 /* The size of void *.  */
 #define GRUB_TARGET_SIZEOF_VOID_P      4
 
 /* The size of long.  */
 #define GRUB_TARGET_SIZEOF_LONG                4
+#endif
 
 /* powerpc is big-endian.  */
 #define GRUB_TARGET_WORDS_BIGENDIAN    1
-- 
1.8.5.3


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to