~ubuntu-branches/ubuntu/quantal/linux-ti-omap4/quantal-proposed

« back to all changes in this revision

Viewing changes to arch/s390/include/asm/pgtable.h

  • Committer: Package Import Robot
  • Author(s): Brad Figg, Brad Figg
  • Date: 2013-06-08 09:09:23 UTC
  • Revision ID: package-import@ubuntu.com-20130608090923-ibtnp6edtrn3sxik
Tags: 3.5.0-226.39
[ Brad Figg ]

UBUNTU: Fixup missing abi files causing FTBS

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
 
68
68
#define my_zero_pfn(addr)       page_to_pfn(ZERO_PAGE(addr))
69
69
 
 
70
/* TODO: s390 cannot support io_remap_pfn_range... */
 
71
#define io_remap_pfn_range(vma, vaddr, pfn, size, prot)                \
 
72
        remap_pfn_range(vma, vaddr, pfn, size, prot)
 
73
 
70
74
#endif /* !__ASSEMBLY__ */
71
75
 
72
76
/*