[PATCH 1/2] DSPBRIDGE: cleanup for PROC_FlushMemory/PROC_InvalidateMemory

2009-07-22 Thread Hiroshi DOYU
Both functions are almost same structure except its flag passed to MEM_FlushCache(). Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com --- drivers/dsp/bridge/rmgr/proc.c | 82 ++- 1 files changed, 38 insertions(+), 44 deletions(-) diff --git

Re: [PATCH 1/2] DSPBRIDGE: cleanup for PROC_FlushMemory/PROC_InvalidateMemory

2009-07-22 Thread Hiroshi DOYU
From: ext Felipe Contreras felipe.contre...@gmail.com Subject: Re: [PATCH 1/2] DSPBRIDGE: cleanup for PROC_FlushMemory/PROC_InvalidateMemory Date: Wed, 22 Jul 2009 15:52:47 +0200 On Wed, Jul 22, 2009 at 11:22 AM, Hiroshi DOYUhiroshi.d...@nokia.com wrote: Both functions are almost same