diff options
Diffstat (limited to 'kernel/arch/mips/lib/lshrdi3.c')
-rw-r--r-- | kernel/arch/mips/lib/lshrdi3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/arch/mips/lib/lshrdi3.c b/kernel/arch/mips/lib/lshrdi3.c index dcf8d6810..364547449 100644 --- a/kernel/arch/mips/lib/lshrdi3.c +++ b/kernel/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; |