diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2002-06-16 22:35:10 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2002-06-16 22:35:10 +0000 |
commit | 5575d94bedb7472aa4a9817946a65675c537c244 (patch) | |
tree | 26703a1bb9bfe87ae1a1e1019754594d3d1b18bd | |
parent | e3314f597d12f6885377170c541ea155846228f3 (diff) | |
download | xine-lib-5575d94bedb7472aa4a9817946a65675c537c244.tar.gz xine-lib-5575d94bedb7472aa4a9817946a65675c537c244.tar.bz2 |
ppc patch for older kernel versions by Ralf Ertzinger
CVS patchset: 2084
CVS date: 2002/06/16 22:35:10
-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: |