lkml.org 
[lkml]   [2012]   [May]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH RFC V8 4/17] xen: Defer spinlock setup until boot CPU setup
    From: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>

    There's no need to do it at very early init, and doing it there
    makes it impossible to use the jump_label machinery.

    Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
    Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
    Signed-off-by: Raghavendra K T <raghavendra.kt@linux.vnet.ibm.com>
    ---
    arch/x86/xen/smp.c | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)
    diff --git a/arch/x86/xen/smp.c b/arch/x86/xen/smp.c
    index 0503c0c..7dc400a 100644
    --- a/arch/x86/xen/smp.c
    +++ b/arch/x86/xen/smp.c
    @@ -222,6 +222,7 @@ static void __init xen_smp_prepare_boot_cpu(void)

    xen_filter_cpu_maps();
    xen_setup_vcpu_info_placement();
    + xen_init_spinlocks();
    }

    static void __init xen_smp_prepare_cpus(unsigned int max_cpus)
    @@ -551,7 +552,6 @@ void __init xen_smp_init(void)
    {
    smp_ops = xen_smp_ops;
    xen_fill_possible_map();
    - xen_init_spinlocks();
    }

    static void __init xen_hvm_smp_prepare_cpus(unsigned int max_cpus)


    \
     
     \ /
      Last update: 2012-05-02 12:41    [W:4.513 / U:0.872 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site