Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362559
b: refs/heads/master
c: 4f2e290
h: refs/heads/master
i:
  362557: f85104f
  362555: 3b55d3d
  362551: 1a2d019
  362543: 0e42520
  362527: 9fa27a0
  362495: e1a0a1e
v: v3
  • Loading branch information
Linus Torvalds committed Apr 17, 2013
1 parent 5843f5d commit 38ef137
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 542a67246794a0f346e95129c2a2221480462eba
refs/heads/master: 4f2e29031e6c67802e7370292dd050fd62f337ee
4 changes: 0 additions & 4 deletions trunk/arch/s390/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ void unxlate_dev_mem_ptr(unsigned long phys, void *addr);
#define ioremap_nocache(addr, size) ioremap(addr, size)
#define ioremap_wc ioremap_nocache

/* TODO: s390 cannot support io_remap_pfn_range... */
#define io_remap_pfn_range(vma, vaddr, pfn, size, prot) \
remap_pfn_range(vma, vaddr, pfn, size, prot)

static inline void __iomem *ioremap(unsigned long offset, unsigned long size)
{
return (void __iomem *) offset;
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/s390/include/asm/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ extern unsigned long zero_page_mask;
(((unsigned long)(vaddr)) &zero_page_mask))))
#define __HAVE_COLOR_ZERO_PAGE

/* TODO: s390 cannot support io_remap_pfn_range... */
#define io_remap_pfn_range(vma, vaddr, pfn, size, prot) \
remap_pfn_range(vma, vaddr, pfn, size, prot)

#endif /* !__ASSEMBLY__ */

/*
Expand Down

0 comments on commit 38ef137

Please sign in to comment.