Date: Mon, 28 Jan 2008 20:13:27 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 134317 for review Message-ID: <200801282013.m0SKDRhY018959@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134317 Change 134317 by imp@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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801282013.m0SKDRhY018959>