Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da9c0212 authored by Namhyung Kim's avatar Namhyung Kim Committed by Matt Turner
Browse files

alpha/osf_sys: remove unused MAX_SELECT_SECONDS



Remove the leftover from the commit 14e2acd8 ("select:
fix alpha OSF wrapper").

Signed-off-by: default avatarNamhyung Kim <namhyung@gmail.com>
Cc: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: default avatarMatt Turner <mattst88@gmail.com>
parent 8a362cd6
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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)
{