[PATCH v7 12/19] xen: add a hook to perform AP startup

John Baldwin jhb at freebsd.org
Tue Dec 24 15:51:12 UTC 2013


On Thursday, December 19, 2013 1:54:49 pm Roger Pau Monne wrote:
> AP startup on PVH follows the PV method, so we need to add a hook in
> order to diverge from bare metal.
> ---
>  
> +int native_start_all_aps(void);
> +

Please put this in a header instead of using an extern in the Xen PV code.  
<machine/smp.h> is probably the best header to use.

-- 
John Baldwin


More information about the freebsd-current mailing list