Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
[linux-2.6-microblaze.git] / include / linux / elfcore-compat.h
index b5f2efd..7a37f4c 100644 (file)
@@ -27,10 +27,10 @@ struct compat_elf_prstatus
        compat_pid_t                    pr_ppid;
        compat_pid_t                    pr_pgrp;
        compat_pid_t                    pr_sid;
-       struct compat_timeval           pr_utime;
-       struct compat_timeval           pr_stime;
-       struct compat_timeval           pr_cutime;
-       struct compat_timeval           pr_cstime;
+       struct old_timeval32            pr_utime;
+       struct old_timeval32            pr_stime;
+       struct old_timeval32            pr_cutime;
+       struct old_timeval32            pr_cstime;
        compat_elf_gregset_t            pr_reg;
 #ifdef CONFIG_BINFMT_ELF_FDPIC
        compat_ulong_t                  pr_exec_fdpic_loadmap;