diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-01 12:10:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-01 12:10:27 +0000 |
commit | 94289471080ce51c22df6c03edf82eb90c3ee4f3 (patch) | |
tree | df5b260374f5ba6aae58c8f705241331ca00949d /sys/arch/mac68k | |
parent | 2322dbd71985ae72dc74f0a6d5c3bc144b564e95 (diff) |
I'm Positive these are Type-O.
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/mac68k/pmap_bootstrap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/mac68k/pmap_bootstrap.c b/sys/arch/mac68k/mac68k/pmap_bootstrap.c index b21698bbff6..9b01d5b12e9 100644 --- a/sys/arch/mac68k/mac68k/pmap_bootstrap.c +++ b/sys/arch/mac68k/mac68k/pmap_bootstrap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap_bootstrap.c,v 1.29 2005/04/26 21:12:27 martin Exp $ */ +/* $OpenBSD: pmap_bootstrap.c,v 1.30 2005/08/01 12:10:23 miod Exp $ */ /* $NetBSD: pmap_bootstrap.c,v 1.50 1999/04/07 06:14:33 scottr Exp $ */ /* @@ -262,7 +262,7 @@ bootstrap_mac68k(tc) * * WARNING!!! No printfs() (etc) BETWEEN zs_init() and the end * of this function (where we start using the MMU, so the new - * address is correct. + * address is correct). */ if (zsinited != 0) zs_init(); |