2011-02-01 13:52:17

by Thomas Gleixner

[permalink] [raw]
Subject: [patch 09/28] 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 <[email protected]>
Cc: John Stultz <[email protected]>
Cc: Richard Cochran <[email protected]>
---
include/linux/thread_info.h | 3 ---
1 file changed, 3 deletions(-)

Index: linux-2.6-tip/include/linux/thread_info.h
===================================================================
--- linux-2.6-tip.orig/include/linux/thread_info.h
+++ linux-2.6-tip/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;


2011-02-01 21:12:00

by john stultz

[permalink] [raw]
Subject: Re: [patch 09/28] thread_info: Remove legacy arg0-3 from restart_block

On Tue, 2011-02-01 at 13:51 +0000, Thomas Gleixner wrote:
> plain text document attachment (thread-info-remove-arg0-3.patch)
> 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]>
> Cc: John Stultz <[email protected]>
> Cc: Richard Cochran <[email protected]>
> ---

Acked-by: John Stultz <[email protected]>


2011-02-02 21:58:32

by Thomas Gleixner

[permalink] [raw]
Subject: [tip:timers/core] thread_info: Remove legacy arg0-3 from restart_block

Commit-ID: d608c18203a969e5d14572a9861c646d0bb66872
Gitweb: http://git.kernel.org/tip/d608c18203a969e5d14572a9861c646d0bb66872
Author: Thomas Gleixner <[email protected]>
AuthorDate: Tue, 1 Feb 2011 13:51:43 +0000
Committer: Thomas Gleixner <[email protected]>
CommitDate: Wed, 2 Feb 2011 15:28:13 +0100

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 <[email protected]>
Acked-by: John Stultz <[email protected]>
Tested-by: Richard Cochran <[email protected]>
LKML-Reference: <[email protected]>
---
include/linux/thread_info.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/include/linux/thread_info.h b/include/linux/thread_info.h
index c906965..20fc303 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;