Commit d608c18203a969e5d14572a9861c646d0bb66872

Authored by Thomas Gleixner
1 parent 3751f9f29b

thread_info: Remove legacy arg0-3 from restart_block

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>

Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff

include/linux/thread_info.h
... ... @@ -18,9 +18,6 @@
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;