smp_call_function: get rid of the unused nonatomic/retry argument
authorJens Axboe <jens.axboe@oracle.com>
Fri, 6 Jun 2008 09:18:06 +0000 (11:18 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 26 Jun 2008 09:24:35 +0000 (11:24 +0200)
commit8691e5a8f691cc2a4fda0651e8d307aaba0e7d68
tree6cb6767064d2d43441212566da2d83dcc9a0cd8e
parent490f5de52a87063fcb40e3b22f61b0779603ff6d
smp_call_function: get rid of the unused nonatomic/retry argument

It's never used and the comments refer to nonatomic and retry
interchangably. So get rid of it.

Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
49 files changed:
arch/alpha/kernel/core_marvel.c
arch/alpha/kernel/smp.c
arch/alpha/oprofile/common.c
arch/arm/oprofile/op_model_mpcore.c
arch/arm/vfp/vfpmodule.c
arch/cris/arch-v32/kernel/smp.c
arch/ia64/kernel/mca.c
arch/ia64/kernel/palinfo.c
arch/ia64/kernel/perfmon.c
arch/ia64/kernel/process.c
arch/ia64/kernel/smpboot.c
arch/ia64/kernel/uncached.c
arch/ia64/sn/kernel/sn2/sn_hwperf.c
arch/m32r/kernel/smp.c
arch/mips/kernel/smp.c
arch/mips/mm/c-r4k.c
arch/mips/pmc-sierra/yosemite/prom.c
arch/mips/sibyte/cfe/setup.c
arch/mips/sibyte/sb1250/prom.c
arch/powerpc/kernel/smp.c
arch/s390/appldata/appldata_base.c
arch/s390/kernel/smp.c
arch/s390/kernel/time.c
arch/sh/kernel/smp.c
arch/sparc64/kernel/smp.c
arch/um/kernel/smp.c
arch/x86/kernel/cpu/mtrr/main.c
arch/x86/kernel/cpuid.c
arch/x86/kernel/ldt.c
arch/x86/kernel/nmi_32.c
arch/x86/kernel/nmi_64.c
arch/x86/kernel/smp.c
arch/x86/kernel/vsyscall_64.c
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c
arch/x86/lib/msr-on-cpu.c
arch/x86/mach-voyager/voyager_smp.c
arch/x86/xen/smp.c
drivers/acpi/processor_idle.c
drivers/cpuidle/cpuidle.c
include/asm-alpha/smp.h
include/asm-sparc/smp.h
include/linux/smp.h
kernel/smp.c
kernel/softirq.c
kernel/time/tick-broadcast.c
net/core/flow.c
net/iucv/iucv.c
virt/kvm/kvm_main.c