diff options
-rw-r--r-- | src/xine-utils/ppcasm_string.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xine-utils/ppcasm_string.S b/src/xine-utils/ppcasm_string.S index 87457ef6e..6f0798473 100644 --- a/src/xine-utils/ppcasm_string.S +++ b/src/xine-utils/ppcasm_string.S @@ -76,9 +76,9 @@ .text -CACHELINE_BYTES = L1_CACHE_LINE_SIZE -LG_CACHELINE_BYTES = LG_L1_CACHE_LINE_SIZE -CACHELINE_MASK = (L1_CACHE_LINE_SIZE-1) +CACHELINE_BYTES = 32 +LG_CACHELINE_BYTES = 5 +CACHELINE_MASK = (32 -1) .global ppcasm_cacheable_memcpy ppcasm_cacheable_memcpy: |