Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Dec 2013 10:25:49 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        Roger Pau Monne <roger.pau@citrix.com>
Cc:        xen-devel@lists.xen.org, julien.grall@citrix.com, freebsd-xen@freebsd.org, freebsd-current@freebsd.org, kib@freebsd.org, gibbs@freebsd.org
Subject:   Re: [PATCH v7 12/19] xen: add a hook to perform AP startup
Message-ID:  <201312241025.49416.jhb@freebsd.org>
In-Reply-To: <1387479296-33389-13-git-send-email-roger.pau@citrix.com>
References:  <1387479296-33389-1-git-send-email-roger.pau@citrix.com> <1387479296-33389-13-git-send-email-roger.pau@citrix.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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