From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction abstraction Date: Mon, 02 Jun 2008 12:57:19 +0100 Message-ID: <4843E01F.50609@goop.org> References: <4deead25e96efc8ca783.1212192269@localhost> <20080602111339.GB18586@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20080602111339.GB18586@elte.hu> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ingo Molnar Cc: Zachary Amsden , Rusty Russell , xen-devel , Peter Zijlstra , kvm-devel , x86@kernel.org, LKML , Virtualization Mailing List , Hugh Dickins , Thomas Gleixner , Linus Torvalds List-Id: virtualization@lists.linuxfoundation.org Ingo Molnar wrote: > * Jeremy Fitzhardinge wrote: > > >> + /* Get the current pte state, but zero it out to make it >> + non-present, preventing the hardware from asynchronously >> + updating it. */ >> > > please use standard and consistent comment style, similar to: > OK. J