On Thu, 18 Dec 2014 09:52:06 +0100
Frank Blaschka <[email protected]> wrote:

> From: Frank Blaschka <[email protected]>
> 
> This patch implements a pci bus for s390x together with infrastructure
> to generate and handle hotplug events, to configure/unconfigure via
> sclp instruction, to do iommu translations and provide s390 support for
> MSI/MSI-X notification processing.
> 
> Signed-off-by: Frank Blaschka <[email protected]>

> +void css_generate_css_crws(uint8_t cssid)
> +{
> +    css_queue_crw(CRW_RSC_CSS, 0, 0, 0);
> +}
> +

I fixed the last parameter to 'cssid'. It does not matter for PCI
anyway :)


Reply via email to