PERFORCE change 182552 for review

John Baldwin jhb at freebsd.org
Thu Aug 19 13:35:24 UTC 2010


On Wednesday, August 18, 2010 3:26:52 am Ilya Bakulin wrote:
> http://p4web.freebsd.org/@@182552?ac=10
> 
> Change 182552 by kibab at kibab_kibab-nb on 2010/08/18 07:26:39
> 
> 	- PAE feature.
> 
> Affected files ...
> 
> .. //depot/projects/soc2010/kibab_sysctlreg/src_sys/kern/kern_malloc.c#4 edit
> .. //depot/projects/soc2010/kibab_sysctlreg/src_sys/kern/ksched.c#4 edit
> 
> Differences ...
> 
> ==== //depot/projects/soc2010/kibab_sysctlreg/src_sys/kern/kern_malloc.c#4 (text+ko) ====
> 
> @@ -93,6 +93,10 @@
>  dtrace_malloc_probe_func_t	dtrace_malloc_probe;
>  #endif
>  
> +#ifdef PAE
> +FEATURE(pae, "Physical Address Extensions support");
> +#endif
> +

There should already be a PAE feature present in sys/i386/i386/machdep.c.

-- 
John Baldwin


More information about the p4-projects mailing list