Loading arch/alpha/kernel/core_marvel.c +1 −1 Original line number Diff line number Diff line Loading @@ -662,7 +662,7 @@ __marvel_rtc_io(u8 b, unsigned long addr, int write) if (smp_processor_id() != boot_cpuid) smp_call_function_single(boot_cpuid, __marvel_access_rtc, &rtc_access, 1, 1); &rtc_access, 1); else __marvel_access_rtc(&rtc_access); #else Loading arch/alpha/kernel/smp.c +3 −3 Original line number Diff line number Diff line Loading @@ -710,7 +710,7 @@ flush_tlb_mm(struct mm_struct *mm) } } if (smp_call_function(ipi_flush_tlb_mm, mm, 1, 1)) { if (smp_call_function(ipi_flush_tlb_mm, mm, 1)) { printk(KERN_CRIT "flush_tlb_mm: timed out\n"); } Loading Loading @@ -763,7 +763,7 @@ flush_tlb_page(struct vm_area_struct *vma, unsigned long addr) data.mm = mm; data.addr = addr; if (smp_call_function(ipi_flush_tlb_page, &data, 1, 1)) { if (smp_call_function(ipi_flush_tlb_page, &data, 1)) { printk(KERN_CRIT "flush_tlb_page: timed out\n"); } Loading Loading @@ -815,7 +815,7 @@ flush_icache_user_range(struct vm_area_struct *vma, struct page *page, } } if (smp_call_function(ipi_flush_icache_page, mm, 1, 1)) { if (smp_call_function(ipi_flush_icache_page, mm, 1)) { printk(KERN_CRIT "flush_icache_page: timed out\n"); } Loading arch/alpha/oprofile/common.c +3 −3 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ op_axp_setup(void) model->reg_setup(®, ctr, &sys); /* Configure the registers on all cpus. */ (void)smp_call_function(model->cpu_setup, ®, 0, 1); (void)smp_call_function(model->cpu_setup, ®, 1); model->cpu_setup(®); return 0; } Loading @@ -86,7 +86,7 @@ op_axp_cpu_start(void *dummy) static int op_axp_start(void) { (void)smp_call_function(op_axp_cpu_start, NULL, 0, 1); (void)smp_call_function(op_axp_cpu_start, NULL, 1); op_axp_cpu_start(NULL); return 0; } Loading @@ -101,7 +101,7 @@ op_axp_cpu_stop(void *dummy) static void op_axp_stop(void) { (void)smp_call_function(op_axp_cpu_stop, NULL, 0, 1); (void)smp_call_function(op_axp_cpu_stop, NULL, 1); op_axp_cpu_stop(NULL); } Loading arch/arm/oprofile/op_model_mpcore.c +1 −1 Original line number Diff line number Diff line Loading @@ -201,7 +201,7 @@ static int em_call_function(int (*fn)(void)) data.ret = 0; preempt_disable(); smp_call_function(em_func, &data, 1, 1); smp_call_function(em_func, &data, 1); em_func(&data); preempt_enable(); Loading arch/arm/vfp/vfpmodule.c +1 −1 Original line number Diff line number Diff line Loading @@ -352,7 +352,7 @@ static int __init vfp_init(void) else if (vfpsid & FPSID_NODOUBLE) { printk("no double precision support\n"); } else { smp_call_function(vfp_enable, NULL, 1, 1); smp_call_function(vfp_enable, NULL, 1); VFP_arch = (vfpsid & FPSID_ARCH_MASK) >> FPSID_ARCH_BIT; /* Extract the architecture version */ printk("implementor %02x architecture %d part %02x variant %x rev %x\n", Loading Loading
arch/alpha/kernel/core_marvel.c +1 −1 Original line number Diff line number Diff line Loading @@ -662,7 +662,7 @@ __marvel_rtc_io(u8 b, unsigned long addr, int write) if (smp_processor_id() != boot_cpuid) smp_call_function_single(boot_cpuid, __marvel_access_rtc, &rtc_access, 1, 1); &rtc_access, 1); else __marvel_access_rtc(&rtc_access); #else Loading
arch/alpha/kernel/smp.c +3 −3 Original line number Diff line number Diff line Loading @@ -710,7 +710,7 @@ flush_tlb_mm(struct mm_struct *mm) } } if (smp_call_function(ipi_flush_tlb_mm, mm, 1, 1)) { if (smp_call_function(ipi_flush_tlb_mm, mm, 1)) { printk(KERN_CRIT "flush_tlb_mm: timed out\n"); } Loading Loading @@ -763,7 +763,7 @@ flush_tlb_page(struct vm_area_struct *vma, unsigned long addr) data.mm = mm; data.addr = addr; if (smp_call_function(ipi_flush_tlb_page, &data, 1, 1)) { if (smp_call_function(ipi_flush_tlb_page, &data, 1)) { printk(KERN_CRIT "flush_tlb_page: timed out\n"); } Loading Loading @@ -815,7 +815,7 @@ flush_icache_user_range(struct vm_area_struct *vma, struct page *page, } } if (smp_call_function(ipi_flush_icache_page, mm, 1, 1)) { if (smp_call_function(ipi_flush_icache_page, mm, 1)) { printk(KERN_CRIT "flush_icache_page: timed out\n"); } Loading
arch/alpha/oprofile/common.c +3 −3 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ op_axp_setup(void) model->reg_setup(®, ctr, &sys); /* Configure the registers on all cpus. */ (void)smp_call_function(model->cpu_setup, ®, 0, 1); (void)smp_call_function(model->cpu_setup, ®, 1); model->cpu_setup(®); return 0; } Loading @@ -86,7 +86,7 @@ op_axp_cpu_start(void *dummy) static int op_axp_start(void) { (void)smp_call_function(op_axp_cpu_start, NULL, 0, 1); (void)smp_call_function(op_axp_cpu_start, NULL, 1); op_axp_cpu_start(NULL); return 0; } Loading @@ -101,7 +101,7 @@ op_axp_cpu_stop(void *dummy) static void op_axp_stop(void) { (void)smp_call_function(op_axp_cpu_stop, NULL, 0, 1); (void)smp_call_function(op_axp_cpu_stop, NULL, 1); op_axp_cpu_stop(NULL); } Loading
arch/arm/oprofile/op_model_mpcore.c +1 −1 Original line number Diff line number Diff line Loading @@ -201,7 +201,7 @@ static int em_call_function(int (*fn)(void)) data.ret = 0; preempt_disable(); smp_call_function(em_func, &data, 1, 1); smp_call_function(em_func, &data, 1); em_func(&data); preempt_enable(); Loading
arch/arm/vfp/vfpmodule.c +1 −1 Original line number Diff line number Diff line Loading @@ -352,7 +352,7 @@ static int __init vfp_init(void) else if (vfpsid & FPSID_NODOUBLE) { printk("no double precision support\n"); } else { smp_call_function(vfp_enable, NULL, 1, 1); smp_call_function(vfp_enable, NULL, 1); VFP_arch = (vfpsid & FPSID_ARCH_MASK) >> FPSID_ARCH_BIT; /* Extract the architecture version */ printk("implementor %02x architecture %d part %02x variant %x rev %x\n", Loading