]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sparc: add waitfd to 32 bit system call tables
authorMike Kravetz <mike.kravetz@oracle.com>
Wed, 21 Dec 2016 20:02:29 +0000 (12:02 -0800)
committerDhaval Giani <dhaval.giani@oracle.com>
Fri, 20 Jan 2017 18:53:23 +0000 (13:53 -0500)
commitefb811a93ae539df2b4da6b6ac52a4ba1f442f82
tree2ab5fb1c5b16ac69b65b22fd817f4cc29cea7aec
parent39b7399af115f1e01218499f15fdd91d277c714e
sparc: add waitfd to 32 bit system call tables

Orabug: 21685254

When the waitfd system call was added to UEK, it was only added to the
64 bit system call table.  As a result, you can not add a new system
call to the end of the 32 and 64 bit system call tables as they will
not have the same system call number.

Add waitfd to the 32 bit system call tables, so that a new system call
can be added to all tables.

Fixes: 91352d1f (dtrace: add support for sparc64 1of3)
Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees@oracle.com>
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
arch/sparc/kernel/systbls_32.S
arch/sparc/kernel/systbls_64.S