X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-ia64%2Fcompat.h;h=dfcf75b8426d8bde81dd8b7fda51ad5f12df137c;hb=a0abb93bf9dc590b031a1123f3e6c6c225c1cdd1;hp=40d01d80610d0c148019ce77b9f4e37a553a65f8;hpb=66e863acd7f2fb02fef709d5f0ab069445d4a58c;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-ia64/compat.h b/include/asm-ia64/compat.h index 40d01d80610..dfcf75b8426 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; @@ -179,7 +181,7 @@ struct compat_shmid64_ds { /* * A pointer passed in from user mode. This should not be used for syscall parameters, * just declare them as pointers because the syscall entry code will have appropriately - * comverted them already. + * converted them already. */ typedef u32 compat_uptr_t;