[PATCH] ppc64: Mode 2 PCI-X config space size fix

Brian King brking at us.ibm.com
Wed Feb 16 02:29:19 EST 2005


Brian King wrote:
> Paul Mackerras wrote:
> 
>> Brian King writes:
>>
>>
>>> Trimming the cc list a bit since this has become a PPC64 only patch 
>>> and resending...
>>
>>
>>
>> Unless you think this really needs to go in 2.6.11, I'll defer it
>> until after 2.6.11 is out, since we're supposed to be in
>> bug-fix/stabilization mode for 2.6.11.  Are you OK with that?
> 
> 
> That is fine.
> 
>> Oh, and a minor nit:
>>
>>
>>> +    if (type && *type == 1)
>>> +        dn->pci_ext_config_space = 1;
>>> +    else
>>> +        dn->pci_ext_config_space = 0;
>>
>>
>>
>> is more compactly expressed as:
>>
>>     dn->pci_ext_config_space = (type && *type == 1);
> 
> 
> I'll fix this and send out an updated patch.

Here is an updated patch. Please apply once 2.6.11 comes out.

Thanks


-- 
Brian King
eServer Storage I/O
IBM Linux Technology Center
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ppc64_pcix_mode2_cfg.patch
Url: http://ozlabs.org/pipermail/linuxppc64-dev/attachments/20050215/e07970bb/attachment.txt 


More information about the Linuxppc64-dev mailing list