grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC PATCH 08/23] Add powerpc64 types


From: Ram Pai
Subject: [RFC PATCH 08/23] Add powerpc64 types
Date: Wed, 26 Feb 2014 10:31:07 -0800

From: Anton Blanchard <address@hidden>

 Add powerpc64 types

Signed-off-by: Ram Pai <address@hidden>
From: Anton Blanchard <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]