From: Matthew Wilcox Date: Wed, 4 Oct 2006 19:16:10 +0000 (-0600) Subject: [PA-RISC] Fix sys32_sysctl X-Git-Tag: v2.6.19-rc1~2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17cca07237617a2d712eb44cffd8720055e61291;p=pandora-kernel.git [PA-RISC] Fix sys32_sysctl When CONFIG_SYSCTL_SYSCALL isn't defined, do_sysctl doesn't exist and we fail to link. Fix with an ifdef, the same way sparc64 did. Also add some minor changes to be more like sparc64. Signed-off-by: Matthew Wilcox --- Reading git-diff-tree failed