On Thu, 18 Dec 2014 09:52:06 +0100 Frank Blaschka <blasc...@linux.vnet.ibm.com> wrote:
> From: Frank Blaschka <frank.blasc...@de.ibm.com> > > 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 <frank.blasc...@de.ibm.com> > +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 :)