Commit 7f23292d5a6525a133d7cb8f2f33df39dd069822
Committed by
Paul Mackerras
1 parent
457e04ca5c
Exists in
master
and in
7 other branches
[PATCH] powerpc: Keep fixing merged ipcbuf.h
Oops, replacing the two u64s in struct ipc64_perm with __u32s changed the alignment of that structure, which could mess up userspace. Revert to using two unsigned long longs (which is what ppc32 had originally). ppc64 orignally had two unsigned longs, but long long is the same size on 64 bit, so this should be ok there too. Signed-off-by: David Gibson <dwg@au1.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff
include/asm-powerpc/ipcbuf.h