net: dsa: mv88e6xxx: Add SERDES phydev_mac_change up for 6390
[linux-2.6-block.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};