Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343415
b: refs/heads/master
c: 87bc359
h: refs/heads/master
i:
  343413: eaf452c
  343411: 0a1f5db
  343407: 40c4775
v: v3
  • Loading branch information
Jan Glauber authored and Martin Schwidefsky committed Dec 11, 2012
1 parent c532a54 commit 722401a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9163003236a52fd1a8ee6ca8a04f7232d001fc98
refs/heads/master: 87bc359b9822a73f264f24f3c1b3e4e7e5ed7d72
6 changes: 6 additions & 0 deletions trunk/arch/s390/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,12 @@ resource_size_t pcibios_align_resource(void *data, const struct resource *res,
return 0;
}

/* combine single writes by using store-block insn */
void __iowrite64_copy(void __iomem *to, const void *from, size_t count)
{
zpci_memcpy_toio(to, from, count);
}

/* Create a virtual mapping cookie for a PCI BAR */
void __iomem *pci_iomap(struct pci_dev *pdev, int bar, unsigned long max)
{
Expand Down

0 comments on commit 722401a

Please sign in to comment.