Skip to content

Commit

Permalink
thread_info: Remove legacy arg0-3 from restart_block
Browse files Browse the repository at this point in the history
posix timers were the last users of the legacy arg0-3 members of
restart_block. Remove the cruft.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: John Stultz <johnstul@us.ibm.com>
Tested-by: Richard Cochran <richard.cochran@omicron.at>
LKML-Reference: <20110201134418.326209775@linutronix.de>
  • Loading branch information
Thomas Gleixner committed Feb 2, 2011
1 parent 3751f9f commit d608c18
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/linux/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ struct compat_timespec;
struct restart_block {
long (*fn)(struct restart_block *);
union {
struct {
unsigned long arg0, arg1, arg2, arg3;
};
/* For futex_wait and futex_wait_requeue_pi */
struct {
u32 __user *uaddr;
Expand Down

0 comments on commit d608c18

Please sign in to comment.