From 5575d94bedb7472aa4a9817946a65675c537c244 Mon Sep 17 00:00:00 2001 From: Siggi Langauf Date: Sun, 16 Jun 2002 22:35:10 +0000 Subject: ppc patch for older kernel versions by Ralf Ertzinger CVS patchset: 2084 CVS date: 2002/06/16 22:35:10 --- src/xine-utils/ppcasm_string.S | 6 +++--- 1 file 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: -- cgit v1.2.3