MIPS: lib: Mark intrinsics notrace
[linux-2.6-block.git] / arch / mips / lib / ashrdi3.c
index c884a912b660ea28c88abe9d923d2a7214ccadcd..9fdf1a598428a5804937be3515c42cabee401e00 100644 (file)
@@ -2,7 +2,7 @@
 
 #include "libgcc.h"
 
-long long __ashrdi3(long long u, word_type b)
+long long notrace __ashrdi3(long long u, word_type b)
 {
        DWunion uu, w;
        word_type bm;