X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-ia64%2Fcompat.h;h=0f6e5264ab8fcccefa2da67faa794fec3d79d206;hb=85b161a826f1954e9605deb3e6faa4be4d285a34;hp=40d01d80610d0c148019ce77b9f4e37a553a65f8;hpb=fdccffc6b711d1bfcd1e1b569537686dcad423e2;p=powerpc.git diff --git a/include/asm-ia64/compat.h b/include/asm-ia64/compat.h index 40d01d8061..0f6e5264ab 100644 --- a/include/asm-ia64/compat.h +++ b/include/asm-ia64/compat.h @@ -31,8 +31,10 @@ typedef s32 compat_timer_t; typedef s32 compat_int_t; typedef s32 compat_long_t; +typedef s64 __attribute__((aligned(4))) compat_s64; typedef u32 compat_uint_t; typedef u32 compat_ulong_t; +typedef u64 __attribute__((aligned(4))) compat_u64; struct compat_timespec { compat_time_t tv_sec;