~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal

« back to all changes in this revision

Viewing changes to include/linux/sched.h

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich, Luke Yelavich
  • Date: 2012-03-22 15:37:37 UTC
  • Revision ID: package-import@ubuntu.com-20120322153737-rg85rk5zle7b0iu9
Tags: 3.2.0-20.28
[ Luke Yelavich ]
* Rebase against Ubuntu-3.2.0-20.32
* [Config] Update configs after rebase against precise mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
1304
1304
                                 * execve */
1305
1305
        unsigned in_iowait:1;
1306
1306
 
 
1307
        /* task may not gain privileges */
 
1308
        unsigned no_new_privs:1;
1307
1309
 
1308
1310
        /* Revert to default priority/policy when forking */
1309
1311
        unsigned sched_reset_on_fork:1;
1408
1410
        uid_t loginuid;
1409
1411
        unsigned int sessionid;
1410
1412
#endif
1411
 
        seccomp_t seccomp;
 
1413
        struct seccomp seccomp;
1412
1414
 
1413
1415
/* Thread group tracking */
1414
1416
        u32 parent_exec_id;