diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2006-10-06 23:15:13 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2006-10-06 23:15:13 +0000 |
commit | cd769d2f992f7e3171915a71269f4261bbf40933 (patch) | |
tree | 31725ad25c69eeb7b8b39bf82fd279846b098dc7 /sys | |
parent | 58d2de603b1f9ce4c8b201ac443f9a1eaf669132 (diff) |
debugging delay off
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sh/sh/sh_machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sh/sh/sh_machdep.c b/sys/arch/sh/sh/sh_machdep.c index 4b64aaa6648..04594cdd493 100644 --- a/sys/arch/sh/sh/sh_machdep.c +++ b/sys/arch/sh/sh/sh_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sh_machdep.c,v 1.2 2006/10/06 21:16:57 mickey Exp $ */ +/* $OpenBSD: sh_machdep.c,v 1.3 2006/10/06 23:15:12 mickey Exp $ */ /* $NetBSD: sh3_machdep.c,v 1.59 2006/03/04 01:13:36 uwe Exp $ */ /*- @@ -165,7 +165,6 @@ sh_cpu_init(int arch, int product) /* Cache access ops. */ sh_cache_init(); -for(i=0xfffffff;i--;); /* MMU access ops. */ sh_mmu_init(); |