> The sysctl problems could be probably solved by changing the sysctl
> number for shmmax.
I don't know what we should do here:
* if we don't change the sysctl number, then you would need kernel version
specific code on 64-bit platforms (2.[34]: write a long value; 2.2: write an
int).
* if we change the sysctl number, then you need kernel version specific code
on all platforms.
-- Manfred
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/