From 1c6de64b5d67906e1e45174e8104e6a0c818138f Mon Sep 17 00:00:00 2001 From: Matthias Hopf Date: Mon, 22 May 2006 16:35:15 +0000 Subject: Don't hardcode cache line size for PPC. (Andreas Schwab) CVS patchset: 7991 CVS date: 2006/05/22 16:35:15 --- src/xine-utils/cpu_accel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/xine-utils/cpu_accel.c b/src/xine-utils/cpu_accel.c index e32a0693c..b32733fba 100644 --- a/src/xine-utils/cpu_accel.c +++ b/src/xine-utils/cpu_accel.c @@ -189,7 +189,7 @@ static void sigill_handler (int sig) static uint32_t arch_accel (void) { /* FIXME: Autodetect cache line size via AUX ELF vector or otherwise */ - uint32_t flags = MM_ACCEL_PPC_CACHE32; + uint32_t flags = 0; signal (SIGILL, sigill_handler); if (sigsetjmp (jmpbuf, 1)) { -- cgit v1.2.3