patch-1.3.95 linux/arch/sparc/mm/sun4c.c
Next file: linux/arch/sparc/prom/memory.c
Previous file: linux/arch/sparc/mm/srmmu.c
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Tue Apr 23 12:31:46 1996
- Orig file:
v1.3.94/linux/arch/sparc/mm/sun4c.c
- Orig date:
Sun Apr 21 19:22:01 1996
diff -u --recursive --new-file v1.3.94/linux/arch/sparc/mm/sun4c.c linux/arch/sparc/mm/sun4c.c
@@ -495,7 +495,7 @@
}
/* Using this method to free up mmu entries eliminates a lot of
- * potention races since we have a kernel that incurs tlb
+ * potential races since we have a kernel that incurs tlb
* replacement faults. There may be performance penalties.
*/
static inline struct sun4c_mmu_entry *sun4c_user_strategy(void)
@@ -580,8 +580,8 @@
/* READ THIS: If you put any diagnostic printing code in any of the kernel
* fault handling code you will lose badly. This is the most
* delicate piece of code in the entire kernel, atomicity of
- * kernel tlb replacement must be guarenteed. This is why we
- * have seperate user and kernel allocation rings to alleviate
+ * kernel tlb replacement must be guaranteed. This is why we
+ * have separate user and kernel allocation rings to alleviate
* as many bad interactions as possible.
*
* XXX Someday make this into a fast in-window trap handler to avoid
@@ -1035,7 +1035,7 @@
int octx;
struct mm_struct *mm = vma->vm_mm;
- /* Sun4c has no seperate I/D caches so cannot optimize for non
+ /* Sun4c has no separate I/D caches so cannot optimize for non
* text page flushes.
*/
#ifndef __SMP__
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this