PERFORCE change 134317 for review
    Warner Losh 
    imp at FreeBSD.org
       
    Mon Jan 28 12:13:28 PST 2008
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=134317
Change 134317 by imp at imp_lighthouse on 2008/01/28 20:12:51
	Call the XLR code what it is, rather than #if 0.
Affected files ...
.. //depot/projects/mips2-jnpr/src/sys/mips/mips/locore.S#15 edit
Differences ...
==== //depot/projects/mips2-jnpr/src/sys/mips/mips/locore.S#15 (text+ko) ====
@@ -172,7 +172,11 @@
 no_cfe:
 #endif
 
-#if 0	/* XXX: this is for the xlr mips CPU */
+	/*
+	 * The following needs to be done differently for each platform and
+	 * there needs to be a good way to plug this in.
+	 */
+#ifdef CPU_XLR
 /*
  * Block all the slave CPUs
  */
    
    
More information about the p4-projects
mailing list