[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH 8/8] x86/setup.c: use plain bool



On 28/06/17 15:18, Wei Liu wrote:
> Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx>
> ---
>  xen/arch/x86/setup.c | 24 ++++++++++++------------
>  1 file changed, 12 insertions(+), 12 deletions(-)
>
> diff --git a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c
> index f7b927858c..db5df6956d 100644
> --- a/xen/arch/x86/setup.c
> +++ b/xen/arch/x86/setup.c
> @@ -53,7 +53,7 @@
>  #include <asm/cpuid.h>
>  
>  /* opt_nosmp: If true, secondary processors are ignored. */
> -static bool_t __initdata opt_nosmp;
> +static bool __initdata opt_nosmp;
>  boolean_param("nosmp", opt_nosmp);
>  
>  /* maxcpus: maximum number of CPUs to activate. */
> @@ -151,8 +151,8 @@ static void __init parse_smap_param(char *s)
>  }
>  custom_param("smap", parse_smap_param);
>  
> -bool_t __read_mostly acpi_disabled;
> -bool_t __initdata acpi_force;
> +bool __read_mostly acpi_disabled;
> +bool __initdata acpi_force;

Prototypes?

Otherwise, patches 4-8 Reviewed-by: Andrew Cooper
<andrew.cooper3@xxxxxxxxxx> (to save sending loads of emails)

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.