diff options
| author | Andrew Morton <akpm@digeo.com> | 2002-12-29 21:40:51 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-12-29 21:40:51 -0800 |
| commit | 3e025d63795d492854c84a8ce655f4b1d4923a1a (patch) | |
| tree | d1eab43390b1d9e264891d14749f489579de0439 /include/linux | |
| parent | d83f033a39a4bbe52b6c1ffd14bd994e70f9b6fe (diff) | |
[PATCH] remove task_struct.swappable
Remove unused task_struct.swappable.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 7c3bbfc255ed..9545a1957089 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -343,7 +343,6 @@ struct task_struct { unsigned long start_time; /* mm fault and swap info: this can arguably be seen as either mm-specific or thread-specific */ unsigned long min_flt, maj_flt, nswap, cmin_flt, cmaj_flt, cnswap; - int swappable:1; /* process credentials */ uid_t uid,euid,suid,fsuid; gid_t gid,egid,sgid,fsgid; |
