[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <AANLkTika4_MwT_FknXGh-Q+Ve_ZL+opWBb5+vaCR-q9t@mail.gmail.com>
Date: Thu, 9 Dec 2010 04:15:11 +0000
From: Matt Turner <mattst88@...il.com>
To: Namhyung Kim <namhyung@...il.com>
Cc: Richard Henderson <rth@...ddle.net>,
Ivan Kokshaysky <ink@...assic.park.msu.ru>,
linux-alpha@...r.kernel.org, linux-kernel@...r.kernel.org,
Arjan van de Ven <arjan@...ux.intel.com>
Subject: Re: [PATCH] alpha/osf_sys: remove unused MAX_SELECT_SECONDS
On Thu, Dec 9, 2010 at 4:07 AM, Namhyung Kim <namhyung@...il.com> wrote:
> Remove the leftover from the commit 14e2acd86865 ("select:
> fix alpha OSF wrapper").
>
> Signed-off-by: Namhyung Kim <namhyung@...il.com>
> Cc: Arjan van de Ven <arjan@...ux.intel.com>
> ---
> arch/alpha/kernel/osf_sys.c | 3 ---
> 1 files changed, 0 insertions(+), 3 deletions(-)
>
> diff --git a/arch/alpha/kernel/osf_sys.c b/arch/alpha/kernel/osf_sys.c
> index 547e8b84b2f7..fe698b5045e9 100644
> --- a/arch/alpha/kernel/osf_sys.c
> +++ b/arch/alpha/kernel/osf_sys.c
> @@ -951,9 +951,6 @@ SYSCALL_DEFINE2(osf_utimes, const char __user *, filename,
> return do_utimes(AT_FDCWD, filename, tvs ? tv : NULL, 0);
> }
>
> -#define MAX_SELECT_SECONDS \
> - ((unsigned long) (MAX_SCHEDULE_TIMEOUT / HZ)-1)
> -
> SYSCALL_DEFINE5(osf_select, int, n, fd_set __user *, inp, fd_set __user *, outp,
> fd_set __user *, exp, struct timeval32 __user *, tvp)
> {
> --
> 1.7.3.3.400.g93cef
Thanks! I'll vacuum this up for the next merge window.
Matt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists