Add notrace to lib/ucmpdi2.c
authorPalmer Dabbelt <palmer@sifive.com>
Wed, 11 Apr 2018 07:50:16 +0000 (08:50 +0100)
committerJames Hogan <jhogan@kernel.org>
Mon, 23 Apr 2018 15:39:35 +0000 (16:39 +0100)
commitaad5a537aca45efca82ff1eac79bf32e5547b521
tree666c5749d780bcef19abb68fadeba62dc3875ae6
parent3bc6505150fd1139dbd29695cf950d253c361725
Add notrace to lib/ucmpdi2.c

As part of the MIPS conversion to use the generic GCC library routines,
Matt Redfearn discovered that I'd missed a notrace on __ucmpdi2().  This
patch rectifies the problem.

Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Reviewed-by: Matt Redfearn <matt.redfearn@mips.com>
Signed-off-by: Matt Redfearn <matt.redfearn@mips.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Matt Redfearn <matt.redfearn@mips.com>
Cc: Antony Pavlov <antonynpavlov@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/19048/
Signed-off-by: James Hogan <jhogan@kernel.org>
lib/ucmpdi2.c