• Firoz Khan's avatar
    mips: add +1 to __NR_syscalls in uapi header · be856439
    Firoz Khan authored
    All other architectures are hold a value for __NR_syscalls will
    be equal to the last system call number +1.
    
    But in mips architecture, __NR_syscalls hold the value equal to
    total number of system exits in the architecture. One of the
    patch in this patch series will genarate uapi header files.
    
    In order to make the implementation common across all architect-
    ures, add +1 to __NR_syscalls, which will be equal to the last
    system call number +1.
    Signed-off-by: default avatarFiroz Khan <firoz.khan@linaro.org>
    Signed-off-by: default avatarPaul Burton <paul.burton@mips.com>
    Cc: linux-mips@vger.kernel.org
    Cc: Ralf Baechle <ralf@linux-mips.org>
    Cc: James Hogan <jhogan@kernel.org>
    Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Cc: Philippe Ombredanne <pombredanne@nexb.com>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Kate Stewart <kstewart@linuxfoundation.org>
    Cc: y2038@lists.linaro.org
    Cc: linux-kernel@vger.kernel.org
    Cc: linux-arch@vger.kernel.org
    Cc: arnd@arndb.de
    Cc: deepa.kernel@gmail.com
    Cc: marcin.juszkiewicz@linaro.org
    be856439
scall64-o32.S 13.9 KB