* PATCH Fix __power64__ typos that should be __powerpc64__
@ 2005-09-08 19:05 jdl
0 siblings, 0 replies; only message in thread
From: jdl @ 2005-09-08 19:05 UTC (permalink / raw)
To: linuxppc-dev, linuxppc64-dev
Fix __power64__ typo that should be __powerpc64__ instead.
include/asm-powerpc/shmbuf.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
---
diff --git a/include/asm-powerpc/shmbuf.h b/include/asm-powerpc/shmbuf.h
--- a/include/asm-powerpc/shmbuf.h
+++ b/include/asm-powerpc/shmbuf.h
@@ -21,19 +21,19 @@
struct shmid64_ds {
struct ipc64_perm shm_perm; /* operation perms */
-#ifndef __power64__
+#ifndef __powerpc64__
unsigned long __unused1;
#endif
__kernel_time_t shm_atime; /* last attach time */
-#ifndef __power64__
+#ifndef __powerpc64__
unsigned long __unused2;
#endif
__kernel_time_t shm_dtime; /* last detach time */
-#ifndef __power64__
+#ifndef __powerpc64__
unsigned long __unused3;
#endif
__kernel_time_t shm_ctime; /* last change time */
-#ifndef __power64__
+#ifndef __powerpc64__
unsigned long __unused4;
#endif
size_t shm_segsz; /* size of segment (bytes) */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-09-08 19:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-08 19:05 PATCH Fix __power64__ typos that should be __powerpc64__ jdl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).