From: Eric W. Biederman Date: Wed, 14 Feb 2007 08:33:48 +0000 (-0800) Subject: [PATCH] sysctl: C99 convert arch/sh64/kernel/traps.c and remove ABI breakage X-Git-Tag: v2.6.21-rc1~211 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3c6449dcdfa023ca45b7ef1f7dce102f34f25ad;p=pandora-kernel.git [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 Acked-by: Paul Mundt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed