PERFORCE change 104021 for review

John Baldwin jhb at freebsd.org
Tue Aug 15 15:18:29 UTC 2006


On Tuesday 15 August 2006 09:31, Roman Divacky wrote:
> http://perforce.freebsd.org/chv.cgi?CH=104021
> 
> Change 104021 by rdivacky at 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


More information about the p4-projects mailing list