]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-mips/compat.h
x86, xsave: keep the XSAVE feature mask as an u64
[linux-2.6-omap-h63xx.git] / include / asm-mips / compat.h
index 67c3f8ec0303bba4e95fdf1eb00b9638d51d62ac..ac5d541368e934a30ca17ac03e58bd990b9eb7ca 100644 (file)
@@ -37,8 +37,10 @@ typedef s32          compat_key_t;
 
 typedef s32            compat_int_t;
 typedef s32            compat_long_t;
+typedef s64            compat_s64;
 typedef u32            compat_uint_t;
 typedef u32            compat_ulong_t;
+typedef u64            compat_u64;
 
 struct compat_timespec {
        compat_time_t   tv_sec;
@@ -126,7 +128,7 @@ typedef u32         compat_sigset_word;
  * 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.
+ * appropriately converted them already.
  */
 typedef u32            compat_uptr_t;