Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2006 11:18:23 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        Roman Divacky <rdivacky@freebsd.org>
Cc:        Perforce Change Reviews <perforce@freebsd.org>, netchild@freebsd.org
Subject:   Re: PERFORCE change 104021 for review
Message-ID:  <200608151118.23624.jhb@freebsd.org>
In-Reply-To: <200608151331.k7FDVTlU092308@repoman.freebsd.org>
References:  <200608151331.k7FDVTlU092308@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 15 August 2006 09:31, Roman Divacky wrote:
> http://perforce.freebsd.org/chv.cgi?CH=104021
> 
> Change 104021 by rdivacky@rdivacky_witten on 2006/08/15 13:31:15
> 
> 	include opt_global.h for SMP definition. this is necessary for MPLOCKED 
definition.
> 
> Affected files ...
> 
> .. //depot/projects/soc2006/rdivacky_linuxolator/i386/i386/support.s#5 edit
> 
> Differences ...
> 
> ==== //depot/projects/soc2006/rdivacky_linuxolator/i386/i386/support.s#5 
(text+ko) ====
> 
> @@ -37,6 +37,7 @@
>  #include <machine/pmap.h>
>  #include <machine/specialreg.h>
>  
> +#include "opt_global.h"
>  #include "assym.s"
>  
>  #define IDXSHIFT	10
> 

You shouldn't need this as the Makefile for the kernel build adds '-i 
opt_global.h' to CFLAGS.

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608151118.23624.jhb>