From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754718AbYFAVgo (ORCPT ); Sun, 1 Jun 2008 17:36:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751147AbYFAVgf (ORCPT ); Sun, 1 Jun 2008 17:36:35 -0400 Received: from smtpq2.tilbu1.nb.home.nl ([213.51.146.201]:34050 "EHLO smtpq2.tilbu1.nb.home.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750941AbYFAVge (ORCPT ); Sun, 1 Jun 2008 17:36:34 -0400 Message-ID: <48431726.1070206@keyaccess.nl> Date: Sun, 01 Jun 2008 23:39:50 +0200 From: Rene Herman User-Agent: Thunderbird 2.0.0.14 (X11/20080421) MIME-Version: 1.0 To: Bjorn Helgaas CC: Len Brown , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, Adam Belay , Adam M Belay , Li Shaohua , Matthieu Castet , Thomas Renninger , Jaroslav Kysela , Andrew Morton , Takashi Iwai Subject: Re: [patch 06/15] PNP: increase I/O port & memory option address sizes References: <20080530224853.976744229@ldl.fc.hp.com> <20080530224932.584460616@ldl.fc.hp.com> In-Reply-To: <20080530224932.584460616@ldl.fc.hp.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.0 (-) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 31-05-08 00:48, Bjorn Helgaas wrote: > ACPI Address Space Descriptors can be up to 64 bits wide. > We should keep track of the whole thing when parsing resource > options, so this patch changes PNP port and mem option > fields from "unsigned short" and "unsigned int" to > "resource_size_t". > > Signed-off-by: Bjorn Helgaas Acked-by: Rene Herman Rene.