On Mon, 28 Feb 2005 11:18:43 +0200
Paul Mundt <[EMAIL PROTECTED]> wrote:
> On Sun, Feb 27, 2005 at 08:12:08PM -0800, David S. Miller wrote:
> > What are you patching against? In the patch I sent, which are you
> > replying to, I made flush_icache_user_range() in this file be:
> >
> > void flush_icache_user_range(struct vm_area_struct *vma,
> > struct page *page, unsigned long addr, int len)
> > {
> > __flush_cache_page(vma, addr,
> > PHYSADDR(page_address(page)) >> PAGE_SHIFT);
> > }
> >
> Yes, you're right, wrong tree, sorry for the confusion. Here are the
> fixes against your patch:
Applied, thanks Paul.