Date: Wed, 2 Jan 2008 23:16:04 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 132347 for review Message-ID: <200801022316.m02NG4p8028177@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132347 Change 132347 by imp@imp_paco-paco on 2008/01/02 23:15:51 use proper, non-conflicting guard variables. Affected files ... .. //depot/projects/mips2-jnpr/src/sys/mips/include/intr_machdep.h#2 edit Differences ... ==== //depot/projects/mips2-jnpr/src/sys/mips/include/intr_machdep.h#2 (text+ko) ==== @@ -23,11 +23,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/mips2-jnpr/src/sys/mips/include/intr_machdep.h#1 $ + * $P4: //depot/projects/mips2-jnpr/src/sys/mips/include/intr_machdep.h#2 $ */ -#ifndef _MACHINE_INTR_H_ -#define _MACHINE_INTR_H_ +#ifndef _MACHINE_INTR_MACHDEP_H_ +#define _MACHINE_INTR_MACHDEP_H_ #define NHARD_IRQS 6 #define NSOFT_IRQS 2 @@ -40,4 +40,4 @@ void *, int, int, void **); void cpu_intr(struct trapframe *); -#endif /* !_MACHINE_INTR_H_ */ +#endif /* !_MACHINE_INTR_MACHDEP_H_ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801022316.m02NG4p8028177>