From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: RE: [Xen-staging] [xen-unstable] hvm rombios: Fix int15, func 0x86 (udelay). Date: Tue, 24 Apr 2007 13:46:44 +0100 Message-ID: References: <907625E08839C4409CE5768403633E0B018E1C51@sefsexmb1.amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <907625E08839C4409CE5768403633E0B018E1C51@sefsexmb1.amd.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: "Petersson, Mats" , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 24/4/07 12:19, "Petersson, Mats" wrote: > Minor nit: You don't need SEG_SS if you're using bp, as bp defaults to > SS segment. >> shl eax, #16 >> SEG SS >> - mov ax, _int15_function.DX [bx] >> + mov ax, .int15_function32.DX [bp] > As above. Oh yes, I missed that simplification. -- Keir