summaryrefslogtreecommitdiff
path: root/arch/mips/lib/lshrdi3.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/lib/lshrdi3.c')
-rw-r--r--arch/mips/lib/lshrdi3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/lib/lshrdi3.c b/arch/mips/lib/lshrdi3.c
index dcf8d6810b7c..364547449c65 100644
--- a/arch/mips/lib/lshrdi3.c
+++ b/arch/mips/lib/lshrdi3.c
@@ -2,7 +2,7 @@
#include "libgcc.h"
-long long __lshrdi3(long long u, word_type b)
+long long notrace __lshrdi3(long long u, word_type b)
{
DWunion uu, w;
word_type bm;