瀏覽代碼

[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>
jdl@freescale.com 19 年之前
父節點
當前提交
f9526785d8
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      include/asm-powerpc/shmbuf.h

+ 4 - 4
include/asm-powerpc/shmbuf.h

@@ -21,19 +21,19 @@
 
 
 struct shmid64_ds {
 struct shmid64_ds {
 	struct ipc64_perm	shm_perm;	/* operation perms */
 	struct ipc64_perm	shm_perm;	/* operation perms */
-#ifndef __power64__
+#ifndef __powerpc64__
 	unsigned long		__unused1;
 	unsigned long		__unused1;
 #endif
 #endif
 	__kernel_time_t		shm_atime;	/* last attach time */
 	__kernel_time_t		shm_atime;	/* last attach time */
-#ifndef __power64__
+#ifndef __powerpc64__
 	unsigned long		__unused2;
 	unsigned long		__unused2;
 #endif
 #endif
 	__kernel_time_t		shm_dtime;	/* last detach time */
 	__kernel_time_t		shm_dtime;	/* last detach time */
-#ifndef __power64__
+#ifndef __powerpc64__
 	unsigned long		__unused3;
 	unsigned long		__unused3;
 #endif
 #endif
 	__kernel_time_t		shm_ctime;	/* last change time */
 	__kernel_time_t		shm_ctime;	/* last change time */
-#ifndef __power64__
+#ifndef __powerpc64__
 	unsigned long		__unused4;
 	unsigned long		__unused4;
 #endif
 #endif
 	size_t			shm_segsz;	/* size of segment (bytes) */
 	size_t			shm_segsz;	/* size of segment (bytes) */