]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-powerpc/pgtable-4k.h
[SCSI] qla2xxx: Error-out during probe() if we're unable to complete HBA initialization.
[linux-2.6-omap-h63xx.git] / include / asm-powerpc / pgtable-4k.h
index 345d9b07b3e21ec7deca952683dcb35bc39c9d6c..a28fa8bc01da23e06218c0186c63dae61e9457b8 100644 (file)
@@ -97,3 +97,6 @@
 
 #define pud_ERROR(e) \
        printk("%s:%d: bad pud %08lx.\n", __FILE__, __LINE__, pud_val(e))
+
+#define remap_4k_pfn(vma, addr, pfn, prot)     \
+       remap_pfn_range((vma), (addr), (pfn), PAGE_SIZE, (prot))