From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] x86emul: drop redundant #GP checks Date: Fri, 5 Feb 2016 14:16:21 +0000 Message-ID: <56B4AEB5.9010509@citrix.com> References: <56B45E6C02000078000CED7D@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aRhBT-0003ht-SQ for xen-devel@lists.xenproject.org; Fri, 05 Feb 2016 14:16:27 +0000 In-Reply-To: <56B45E6C02000078000CED7D@prv-mh.provo.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , xen-devel Cc: Keir Fraser List-Id: xen-devel@lists.xenproject.org On 05/02/16 07:33, Jan Beulich wrote: > in_protmode() implies !in_realmode(), so we don't need to check both. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper