[PA-RISC] Fix sys32_sysctl
authorMatthew Wilcox <matthew@wil.cx>
Wed, 4 Oct 2006 19:16:10 +0000 (13:16 -0600)
committerMatthew Wilcox <willy@hera.kernel.org>
Thu, 5 Oct 2006 01:48:17 +0000 (01:48 +0000)
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 <matthew@wil.cx>

No differences found