summaryrefslogtreecommitdiff
path: root/arch/mips/lib/ucmpdi2.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/lib/ucmpdi2.c')
-rw-r--r--arch/mips/lib/ucmpdi2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/lib/ucmpdi2.c b/arch/mips/lib/ucmpdi2.c
index bb4cb2f828ea..bd599f58234c 100644
--- a/arch/mips/lib/ucmpdi2.c
+++ b/arch/mips/lib/ucmpdi2.c
@@ -2,7 +2,7 @@
#include "libgcc.h"
-word_type __ucmpdi2(unsigned long long a, unsigned long long b)
+word_type notrace __ucmpdi2(unsigned long long a, unsigned long long b)
{
const DWunion au = {.ll = a};
const DWunion bu = {.ll = b};