From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction abstraction Date: Fri, 20 Jun 2008 13:03:45 -0700 (PDT) Message-ID: References: <4859AA47.2020903@goop.org> <20080619115832.GM15228@elte.hu> <20080619164708.GA32190@elte.hu> <20080620101028.GA23664@elte.hu> <485BFFC4.3070902@goop.org> <20080620195620.GA20183@elte.hu> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: In-Reply-To: <20080620195620.GA20183@elte.hu> Sender: linux-kernel-owner@vger.kernel.org To: Ingo Molnar Cc: Jeremy Fitzhardinge , benh@kernel.crashing.org, xen-devel , Peter Zijlstra , kvm-devel , x86@kernel.org, LKML , Virtualization Mailing List , Hugh Dickins , Thomas Gleixner List-Id: virtualization@lists.linuxfoundation.org On Fri, 20 Jun 2008, Ingo Molnar wrote: > > okay - Jeremy, could you try the fix below? (or tip/master, i just > pushed this out) Actually, don't try that one. It needs to be a _byte_ registers, so "ir" was wrong. You need "iq". Linus