Module Name:    src
Committed By:   matt
Date:           Tue Feb  1 01:24:05 UTC 2011

Modified Files:
        src/sys/arch/evbppc/ev64260: ev64260_locore.S

Log Message:
Add a call to cpu_model_init to set oeacpufeat before calling initppc


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbppc/ev64260/ev64260_locore.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbppc/ev64260/ev64260_locore.S
diff -u src/sys/arch/evbppc/ev64260/ev64260_locore.S:1.16 src/sys/arch/evbppc/ev64260/ev64260_locore.S:1.17
--- src/sys/arch/evbppc/ev64260/ev64260_locore.S:1.16	Mon Jan 17 08:23:54 2011
+++ src/sys/arch/evbppc/ev64260/ev64260_locore.S	Tue Feb  1 01:24:04 2011
@@ -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)
 

Reply via email to