On Sat, Aug 4, 2012 at 12:49 PM, Li Zhang wrote:
> On Sat, Aug 4, 2012 at 8:43 PM, Blue Swirl wrote:
>> On Sat, Aug 4, 2012 at 12:05 PM, Li Zhang wrote:
>>> Functions pci_vga_init() and pci_cirrus_vga_init() are declared
>>> in pc.h. That prevents other platforms (e.g. sPAPR) to use them.
>>>
>>
On Sat, Aug 4, 2012 at 8:43 PM, Blue Swirl wrote:
> On Sat, Aug 4, 2012 at 12:05 PM, Li Zhang wrote:
>> Functions pci_vga_init() and pci_cirrus_vga_init() are declared
>> in pc.h. That prevents other platforms (e.g. sPAPR) to use them.
>>
>> This patch is to create one new file vga-pci.h and move
On Sat, Aug 4, 2012 at 12:05 PM, Li Zhang wrote:
> Functions pci_vga_init() and pci_cirrus_vga_init() are declared
> in pc.h. That prevents other platforms (e.g. sPAPR) to use them.
>
> This patch is to create one new file vga-pci.h and move the
> declarations to vga-pci.h, so that they can be sha
Functions pci_vga_init() and pci_cirrus_vga_init() are declared
in pc.h. That prevents other platforms (e.g. sPAPR) to use them.
This patch is to create one new file vga-pci.h and move the
declarations to vga-pci.h, so that they can be shared by
all the platforms.
Signed-off-by: Li Zhang
---
hw
Reply to mailing list. :)
On 2012年08月05日 02:41, zhlci...@gmail.com wrote:
From: Li Zhang
Functions pci_vga_init() and pci_cirrus_vga_init() are declared
in pc.h. That prevents other platforms (e.g. sPAPR) to use them.
This patch is to create one new file vga-pci.h and move the
declarations to