Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754025Ab1BVOes (ORCPT ); Tue, 22 Feb 2011 09:34:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64407 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753976Ab1BVOeq (ORCPT ); Tue, 22 Feb 2011 09:34:46 -0500 Date: Tue, 22 Feb 2011 15:34:21 +0100 From: Andrea Arcangeli To: Jan Beulich Cc: Ian Campbell , Andi Kleen , Hugh Dickins , Jeremy Fitzhardinge , the arch/x86 maintainers , Thomas Gleixner , Andrew Morton , "Xen-devel@lists.xensource.com" , Konrad Rzeszutek Wilk , Johannes Weiner , Larry Woodman , Rik van Riel , Linux Kernel Mailing List , "H. Peter Anvin" Subject: Re: [PATCH] fix pgd_lock deadlock Message-ID: <20110222143421.GX13092@random.random> References: <20110215195450.GO5935@random.random> <20110216183304.GD5935@random.random> <20110217101941.GH2380@redhat.com> <20110221143023.GF13092@random.random> <20110221145350.GH25382@redhat.com> <4D6378760200007800033104@vpn.id2.novell.com> <20110222134956.GU13092@random.random> <4D63D4CD020000780003320A@vpn.id2.novell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D63D4CD020000780003320A@vpn.id2.novell.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 678 Lines: 14 On Tue, Feb 22, 2011 at 02:22:53PM +0000, Jan Beulich wrote: > If everyone's okay with putting a couple of "if (xen_pv_domain())" > into mm/fault.c - sure. I would have thought that this wouldn't be > liked, hence the suggestion to make this depend on seeing the > backlink be non-NULL. I prefer the if (xen_pv_domain) so it also gets optimized away at build time when CONFIG_XEN=n. I think it's also more self explanatory to read. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/