]> err.no Git - linux-2.6/blobdiff - arch/blackfin/lib/memcpy.S
Blackfin arch: use do_div() for the 64bit division as pointed out by Bernd
[linux-2.6] / arch / blackfin / lib / memcpy.S
index 14a5585bbd023e8a27fbd9d7f5727c1cfa25e6d3..2e6336492b4b3500e4511cd7e9a8e691aba02d3b 100644 (file)
@@ -98,7 +98,7 @@ ENTRY(_memcpy)
        R0 = R1;
        I1 = P1;
        R3 = [I1++];
-#ifdef ANOMALY_05000202
+#if ANOMALY_05000202
 .Lword_loops:
        [P0++] = R3;
 .Lword_loope: