commit | 17cca07237617a2d712eb44cffd8720055e61291 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Wed Oct 04 13:16:10 2006 -0600 |
committer | Matthew Wilcox <willy@hera.kernel.org> | Thu Oct 05 01:48:17 2006 +0000 |
tree | cd0b35fef694bab9c76b3f2336561adfadcddd35 | |
parent | ee9f4b5d95d03d1546f0d06cbe384bd4ab97bcba [diff] |
[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 <matthew@wil.cx>