From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] xen: fix s3 resume on AMD CPUs Date: Tue, 16 Jun 2009 10:38:58 +0100 Message-ID: References: <4A3774610200007800005DF7@vpn.id2.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4A3774610200007800005DF7@vpn.id2.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jan Beulich , Christoph Egger Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 16/06/2009 09:30, "Jan Beulich" wrote: > Also, if the sole reference ro ret_point is now a near jump, why don't you > remove the selector part of ret_point itself? Further more, why does this > need to be an indirect jump now that it's not a far jump anymore? I'll be cleaning this patch up a little bit before applying it. - Keir