diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-05-29 09:54:02 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-05-29 09:54:02 +0000 |
commit | a363952bf8c456aeb41b46f3cd17e64fc6ef593f (patch) | |
tree | 37f5588424c0483f1fa58b96bbd6450147eee474 /sys | |
parent | 00fb4c196a93edb62faa783eb4055d1b1b95055d (diff) |
use the right capitalization for `MBus'
ok jmc@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc/sparc/locore.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc/sparc/locore.s b/sys/arch/sparc/sparc/locore.s index 0a29c31ae49..580d51bf563 100644 --- a/sys/arch/sparc/sparc/locore.s +++ b/sys/arch/sparc/sparc/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.71 2007/05/08 07:23:18 art Exp $ */ +/* $OpenBSD: locore.s,v 1.72 2007/05/29 09:54:01 sobrado Exp $ */ /* $NetBSD: locore.s,v 1.73 1997/09/13 20:36:48 pk Exp $ */ /* @@ -3646,7 +3646,7 @@ remap_done: nop /* - * Ok, we have a non-Mbus TI Viking, a MicroSparc. + * Ok, we have a non-MBus TI Viking, a MicroSparc. * In this scenerio, in order to play with the MMU * passthrough safely, we need turn off traps, flip * the AC bit on in the mmu status register, do our @@ -3677,7 +3677,7 @@ remap_done: /* * The following is generic and should work on all - * Mbus based SRMMU's. + * MBus based SRMMU's. */ remap_notvik: set SRMMU_CXTPTR, %o0 |