Re: [PATCH v4 3.0-rc2-tip 2/22] 2: uprobes: Breakground pagereplacement.

From: Srikar Dronamraju
Date: Mon Jun 13 2011 - 04:55:54 EST


* Peter Zijlstra <peterz@xxxxxxxxxxxxx> [2011-06-10 01:03:21]:

> On Tue, 2011-06-07 at 18:28 +0530, Srikar Dronamraju wrote:
> > + vaddr_old = kmap_atomic(old_page, KM_USER0);
> > + vaddr_new = kmap_atomic(new_page, KM_USER1);
>
> > + vaddr_new = kmap_atomic(page, KM_USER0);
>
> again, drop the KM_foo bits, those are obsolete.

oh okay, I had only dropped the KM_foo from kunmap_atomic.
Will do the same for kmap_atomic.

--
Thanks and Regards
Srikar
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/