On Mon, May 13, 2013 at 06:17:37AM +0100, Christoffer Dall wrote: > On Thu, May 02, 2013 at 04:17:53PM +0100, Will Deacon wrote: > > or just *pte = XX; > > > That won't work with STRICT_M_TYPECHECKS though will it? Depends if XX is a pte_t or not :) Will