From: Thomas Gleixner Date: Tue, 1 Feb 2011 13:51:43 +0000 (+0000) Subject: thread_info: Remove legacy arg0-3 from restart_block X-Git-Tag: v2.6.39-rc1~508^2~32 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d608c18203a969e5d14572a9861c646d0bb66872;p=karo-tx-linux.git 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 Acked-by: John Stultz Tested-by: Richard Cochran LKML-Reference: <20110201134418.326209775@linutronix.de> --- diff --git a/include/linux/thread_info.h b/include/linux/thread_info.h index c90696544176..20fc303947d3 100644 --- a/include/linux/thread_info.h +++ b/include/linux/thread_info.h @@ -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;