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

Next file: linux-2.4.20/arch/mips/momentum/ocelot_g/Makefile
Previous file: linux-2.4.20/arch/mips/mm/tlbex-r4k.S
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/arch/mips/mm/umap.c linux-2.4.20/arch/mips/mm/umap.c
@@ -53,7 +53,7 @@
 		address += PAGE_SIZE;
 		pte++;
 	} while (address < end);
-						  
+
 }
 
 static inline void
@@ -80,7 +80,7 @@
 		address = (address + PMD_SIZE) & PMD_MASK;
 		pmd++;
 	} while (address < end);
-		
+
 }
 
 /*
@@ -138,7 +138,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)
@@ -147,7 +147,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)