~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to include/linux/thread_info.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
struct restart_block {
19
19
        long (*fn)(struct restart_block *);
20
20
        union {
21
 
                struct {
22
 
                        unsigned long arg0, arg1, arg2, arg3;
23
 
                };
24
21
                /* For futex_wait and futex_wait_requeue_pi */
25
22
                struct {
26
23
                        u32 __user *uaddr;
32
29
                } futex;
33
30
                /* For nanosleep */
34
31
                struct {
35
 
                        clockid_t index;
 
32
                        clockid_t clockid;
36
33
                        struct timespec __user *rmtp;
37
34
#ifdef CONFIG_COMPAT
38
35
                        struct compat_timespec __user *compat_rmtp;