Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbppc/ev64260 Add a call to cpu_model_init to set ...



details:   https://anonhg.NetBSD.org/src/rev/727feeb6ea4f
branches:  trunk
changeset: 761557:727feeb6ea4f
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Feb 01 01:24:04 2011 +0000

description:
Add a call to cpu_model_init to set oeacpufeat before calling initppc

diffstat:

 sys/arch/evbppc/ev64260/ev64260_locore.S |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 600c57725f49 -r 727feeb6ea4f sys/arch/evbppc/ev64260/ev64260_locore.S
--- a/sys/arch/evbppc/ev64260/ev64260_locore.S  Tue Feb 01 01:21:29 2011 +0000
+++ b/sys/arch/evbppc/ev64260/ev64260_locore.S  Tue Feb 01 01:24:04 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ev64260_locore.S,v 1.16 2011/01/17 08:23:54 matt Exp $ */
+/*     $NetBSD: ev64260_locore.S,v 1.17 2011/02/01 01:24:04 matt Exp $ */
 /*     $OpenBSD: locore.S,v 1.4 1997/01/26 09:06:38 rahnds Exp $       */
 
 /*
@@ -229,6 +229,7 @@
        li      5,0
        li      6,0
 
+       bl      _C_LABEL(cpu_model_init)
        bl      _C_LABEL(initppc)
        bl      _C_LABEL(main)
 



Home | Main Index | Thread Index | Old Index