ARM: 8775/1: NOMMU: Use instr_sync instead of plain isb in common code
[sfrench/cifs-2.6.git] / lib / ucmpdi2.c
index 25ca2d4c1e19118b2c34bdee66ab1a64ed54fe3d..597998169a96fc11a0270697b417240b977b0f2a 100644 (file)
@@ -17,7 +17,7 @@
 #include <linux/module.h>
 #include <linux/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};