Date: Tue, 22 Jan 2008 06:29:36 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 133846 for review Message-ID: <200801220629.m0M6Taxu077038@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=133846 Change 133846 by imp@imp_paco-paco on 2008/01/22 06:29:31 #error for a SMP todo. Affected files ... .. //depot/projects/mips2-jnpr/src/sys/mips/include/asm.h#8 edit Differences ... ==== //depot/projects/mips2-jnpr/src/sys/mips/include/asm.h#8 (text+ko) ==== @@ -469,6 +469,7 @@ * In multiprocessor case, store/retrieve the pcpu structure * address for current CPU in scratch register for fast access. */ +#error "Write GET_CPU_PCPU for SMP" #else #define GET_CPU_PCPU(reg) \ lw reg, _C_LABEL(pcpup);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801220629.m0M6Taxu077038>