[PATCH] sysctl: C99 convert arch/sh64/kernel/traps.c and remove ABI breakage
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 14 Feb 2007 08:33:48 +0000 (00:33 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 14 Feb 2007 16:09:57 +0000 (08:09 -0800)
commite3c6449dcdfa023ca45b7ef1f7dce102f34f25ad
tree32f8486733a3bd59174d3d14d942bbb51511b012
parentded2e9bdfc5ac09f29b9f73fc1b75b1080edef90
[PATCH] sysctl: C99 convert arch/sh64/kernel/traps.c and remove ABI breakage

While doing the C99 conversion I notices that the top level sh64 directory was
using the binary number for CTL_KERN.  That is a no-no so I removed the
support for the sysctl binary interface only leaving sysctl /proc support.

At least the sysctl tables were placed at the end of the list so user space
did not see this mistake.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/sh64/kernel/traps.c