]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-mips/pgtable-32.h
x86: a new API for drivers/etc to control cache and other page attributes
[linux-2.6-omap-h63xx.git] / include / asm-mips / pgtable-32.h
index 59c865deb0c7437fd947f5904b5957104c59b141..a0947092d0e0f11607f03193a87ee098dc061bf3 100644 (file)
@@ -140,7 +140,7 @@ pfn_pte(unsigned long pfn, pgprot_t prot)
 #define pgd_index(address)     (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
 
 /* to find an entry in a page-table-directory */
-#define pgd_offset(mm,addr)    ((mm)->pgd + pgd_index(addr))
+#define pgd_offset(mm, addr)   ((mm)->pgd + pgd_index(addr))
 
 /* Find an entry in the third-level page table.. */
 #define __pte_offset(address)                                          \