From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] Fix an ACPI bug Date: Fri, 12 Feb 2010 20:20:50 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Liu, Jinsong" , xen-devel List-Id: xen-devel@lists.xenproject.org Thanks Jinsong! -- Keir On 12/02/2010 19:50, "Liu, Jinsong" wrote: > Fix an ACPI asl bug. > > Fix an ACPI asl bug by explicitly convert PRS to buffer, otherwise PRS would > be parsed as integer if less than 32/64 bits (according to ACPI 1.0 or 2.0). > > Signed-off-by: Liu, Jinsong