procfs: fix /proc/<pid>/maps heap check
[sfrench/cifs-2.6.git] / fs / select.c
index e56560d2b08a8db433f890f7a8baa344f50a3df1..d33418fdc858fbbe7f929d692dae1533c2e9a271 100644 (file)
@@ -517,9 +517,6 @@ int do_select(int n, fd_set_bits *fds, struct timespec *end_time)
  * Update: ERESTARTSYS breaks at least the xview clock binary, so
  * I'm trying ERESTARTNOHAND which restart only when you want to.
  */
-#define MAX_SELECT_SECONDS \
-       ((unsigned long) (MAX_SCHEDULE_TIMEOUT / HZ)-1)
-
 int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp,
                           fd_set __user *exp, struct timespec *end_time)
 {