From: Tony Breeds Date: Mon, 4 Mar 2013 15:57:30 +0000 (+0000) Subject: powerpc: Wireup the kcmp syscall to sys_ni X-Git-Tag: v3.9-rc2~22^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8170a83f15eeca9a84ff895f1a89b58918425a3f;p=pandora-kernel.git powerpc: Wireup the kcmp syscall to sys_ni Since kmp takes 2 unsigned long args there should be a compat wrapper. Since one isn't provided I think it's safer just to hook this up to not implemented. If we need it later we can do it properly then. Signed-off-by: Tony Breeds Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed