RE: [PATCH v3 0/7] DSPBRIDGE: fix mem+cache API issues

2010-06-18 Thread Ramirez Luna, Omar
From: Ohad Ben-Cohen [mailto:o...@wizery.com] This patchset introduces an approach to eliminate the direct calls to follow_page and to the low level cache APIs. The patchset works by caching the page information while memory is mapped, and then using that information later when needed instead of

[PATCH v3 0/7] DSPBRIDGE: fix mem+cache API issues

2010-05-27 Thread Ohad Ben-Cohen
This patchset introduces an approach to eliminate the direct calls to follow_page and to the low level cache APIs. The patchset works by caching the page information while memory is mapped, and then using that information later when needed instead of calling follow_page. The low level cache API