From: Eric W. Biederman Date: Wed, 14 Feb 2007 08:33:42 +0000 (-0800) Subject: [PATCH] sysctl: C99 convert arch/ia64/kernel/perfmon and remove ABI breakage X-Git-Tag: v2.6.21-rc1~219 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e0099011838cc72ae693ef9c549bdd20704512d;p=pandora-kernel.git [PATCH] sysctl: C99 convert arch/ia64/kernel/perfmon and remove ABI breakage This convters the sysctl ctl_tables to use C99 initializers. While I was looking at it I discovered it was using a portion of the sysctl binary addresses space under CTL_KERN KERN_OSTYPE which was completely inappropriate. So I completely removed all of the sysctl binary names, to remove and avoid the ABI conflict. Signed-off-by: Eric W. Biederman Cc: "Luck, Tony" Cc: Stephane Eranian Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed