aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdl@freescale.com <jdl@freescale.com>2005-09-08 14:05:49 -0500
committerPaul Mackerras <paulus@samba.org>2005-09-09 22:11:35 +1000
commitf9526785d8a03fd0e21f9cfc951adc03bde1c395 (patch)
tree49ee521cfa5e5390b14e743b46ea6db02678fe4b
parent[PATCH] ppc64: makefile cleanup (diff)
downloadlinux-dev-f9526785d8a03fd0e21f9cfc951adc03bde1c395.tar.xz
linux-dev-f9526785d8a03fd0e21f9cfc951adc03bde1c395.zip
[PATCH] powerpc: Fix __power64__ typos that should be __powerpc64__
Fix __power64__ typo that should be __powerpc64__ instead. Signed-off-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r--include/asm-powerpc/shmbuf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-powerpc/shmbuf.h b/include/asm-powerpc/shmbuf.h
index dca582a4f68d..8efa39698b6c 100644
--- 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) */