patch-2.4.20 linux-2.4.20/arch/mips64/mm/umap.c

Next file: linux-2.4.20/arch/mips64/sgi-ip27/Makefile
Previous file: linux-2.4.20/arch/mips64/mm/tlbex-r4k.S
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/arch/mips64/mm/umap.c linux-2.4.20/arch/mips64/mm/umap.c
@@ -51,7 +51,7 @@
 		address += PAGE_SIZE;
 		pte++;
 	} while (address < end);
-						  
+
 }
 
 static inline void remove_mapping_pmd_range (pgd_t *pgd, unsigned long address,
@@ -79,7 +79,7 @@
 		address = (address + PMD_SIZE) & PMD_MASK;
 		pmd++;
 	} while (address < end);
-		
+
 }
 
 /*
@@ -137,7 +137,7 @@
 
 /*
  * maps a range of vmalloc()ed memory into the requested pages. the old
- * mappings are removed. 
+ * mappings are removed.
  */
 static inline void vmap_pte_range (pte_t *pte, unsigned long address,
 				   unsigned long size, unsigned long vaddr)
@@ -146,7 +146,7 @@
 	pgd_t *vdir;
 	pmd_t *vpmd;
 	pte_t *vpte;
-	
+
 	address &= ~PMD_MASK;
 	end = address + size;
 	if (end > PMD_SIZE)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)