]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Wireup the kcmp syscall to sys_ni
authorTony Breeds <tony@bakeyournoodle.com>
Mon, 4 Mar 2013 15:57:30 +0000 (15:57 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 5 Mar 2013 05:56:29 +0000 (16:56 +1100)
commit400b7fb7e37df37be1b34ef03c55b2b0ccee3392
treee66a5df57a378547e909fed131f2f73560c69fc4
parent8cc07b8cdf8824f6a594dceefce2ebfe7cc3d08d
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 <tony@bakeyournoodle.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/systbl.h
arch/powerpc/include/asm/unistd.h
arch/powerpc/include/uapi/asm/unistd.h