projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3751f9f
)
thread_info: Remove legacy arg0-3 from restart_block
author
Thomas Gleixner
<
[email protected]
>
Tue, 1 Feb 2011 13:51:43 +0000
(13:51 +0000)
committer
Thomas Gleixner
<
[email protected]
>
Wed, 2 Feb 2011 14:28:13 +0000
(15:28 +0100)
posix timers were the last users of the legacy arg0-3 members of
restart_block. Remove the cruft.
Signed-off-by: Thomas Gleixner <
[email protected]
>
Acked-by: John Stultz <
[email protected]
>
Tested-by: Richard Cochran <
[email protected]
>
LKML-Reference: <
20110201134418
.
326209775
@linutronix.de>
include/linux/thread_info.h
patch
|
blob
|
history
diff --git
a/include/linux/thread_info.h
b/include/linux/thread_info.h
index c90696544176902262699186b32dc1c515311a15..20fc303947d37029a9e10456ddc8491a802f3fa1 100644
(file)
--- 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;