kernel-ark/arch/sparc/kernel
Roland McGrath 1d51c69fb6 [SPARC]: avoid CHILD_MAX and OPEN_MAX constants
I don't figure anyone really cares about SunOS syscall emulation, and I
certainly don't.  But I'm getting rid of uses of the OPEN_MAX and CHILD_MAX
compile-time constant, and these are almost the only ones.  OPEN_MAX is a
bogus constant with no meaning about anything.  The RLIMIT_NOFILE resource
limit is what sysconf (_SC_OPEN_MAX) actually wants to return.

The CHILD_MAX cases weren't actually using anything I want to get rid of,
but I noticed that they are there and are wrong too.  The CHILD_MAX value
is not really unlimited as a -1 return from sysconf indicates.  The
RLIMIT_NPROC resource limit is what sysconf (_SC_CHILD_MAX) wants to return.

Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-04-12 13:13:42 -07:00
..
apc.c
asm-offsets.c
auxio.c
cpu.c
devices.c
ebus.c
entry.S
errtbls.c
etrap.S
head.S
idprom.c
init_task.c
ioport.c
irq.c
led.c
Makefile
module.c
muldiv.c
of_device.c
pcic.c [SPARC]: Provide pci_device_to_OF_node() just like powerpc. 2007-03-02 15:22:51 -08:00
pmc.c
process.c [SPARC]: Fix TIF_USEDFPU flag atomicity 2007-03-12 17:08:25 -07:00
prom.c
ptrace.c
rtrap.S
sclow.S
semaphore.c
setup.c
signal.c
smp.c
sparc_ksyms.c
sparc-stub.c
sun4c_irq.c
sun4d_irq.c
sun4d_smp.c
sun4m_irq.c
sun4m_smp.c
sun4setup.c
sunos_asm.S
sunos_ioctl.c
sys_solaris.c
sys_sparc.c
sys_sunos.c [SPARC]: avoid CHILD_MAX and OPEN_MAX constants 2007-04-12 13:13:42 -07:00
systbls.S [SPARC]: Hook up missing syscalls. 2007-03-12 19:58:18 -07:00
tadpole.c
tick14.c
time.c
trampoline.S
traps.c [SPARC]: Fix TIF_USEDFPU flag atomicity 2007-03-12 17:08:25 -07:00
unaligned.c
vmlinux.lds.S
windows.c
wof.S
wuf.S