• Firoz Khan's avatar
    mips: remove syscall table entries · 6a00cb61
    Firoz Khan authored
    The config flag - CONFIG_MIPS_MT_FPAFF uses to check whether which
    syscall entries need to be used in scall32-o32.S file.
    
    One of the patch in this patch series will generate syscall table
    file. But CONFIG_MIPS_MT_FPAFF flag will add more complexity in the
    script to generate the syscall table file.
    
    In order to come up with a common implementation across all archit-
    ecture, we need to remove mipsmt_sys_sched_setaffinity and mipsmt-
    _sys_sched_getaffinity from the table and define it in other way.
    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
    6a00cb61
scall32-o32.S 13.1 KB