From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH 1/2] flask: clean up initialization and #defines Date: Mon, 9 Mar 2015 11:00:13 +0000 Message-ID: <54FD7D3D.7040706@citrix.com> References: <1425678216-26823-1-git-send-email-dgdegra@tycho.nsa.gov> <1425678216-26823-2-git-send-email-dgdegra@tycho.nsa.gov> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YUvQ6-0002pE-4d for xen-devel@lists.xenproject.org; Mon, 09 Mar 2015 11:00:22 +0000 In-Reply-To: <1425678216-26823-2-git-send-email-dgdegra@tycho.nsa.gov> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Daniel De Graaf , xen-devel@lists.xenproject.org Cc: julien.grall@linaro.org, wei.liu2@citrix.com, ian.campbell@citrix.com List-Id: xen-devel@lists.xenproject.org On 06/03/15 21:43, Daniel De Graaf wrote: > This removes the FLASK_DEVELOP and FLASK_BOOTPARAM configuration > parameters which have never been settable by users. Disabling the > FLASK_DEVELOP configuration option has not produced a compiling > hypervisor for some time, and the FLASK_BOOTPARAM option will be > replaced with a more flexible boot parameter. > > This also changes the return type of xsm_initcall_t to void to properly > reflect the fact that the caller ignores the return value. > > Signed-off-by: Daniel De Graaf > Reviewed-by: Wei Liu Reviewed-by: Andrew Cooper