[PATCH][2.5][0/18] smp_call_function_on_cpu + removal of nonatomic/retry

Zwane Mwaikambo (zwane@holomorphy.com)
Wed, 22 Jan 2003 00:13:32 -0500 (EST)


Hi,
The following patches introduce smp_call_function_on_cpu which
provides a facility for sending IPIs to a group or single cpu encapsulated
within a bitmask. At present there are a number of arch specific functions
which achieve the same effect, the name was lifted from Alpha.

As per Manfred's request i have also taken the liberty of removing the
nonatomic/retry parameter from smp_call_function since it's used
as 'nonatomic' on a number of architectures and used as 'retry' on others
whilst not actually doing much on a majority of said architectures.

I have not being able to compile or test the other architectures apart
from i386 (surprise, surprise), but there should only be minimal, if any,
syntax errors.

Please consider for inclusion, if a particular arch maintainer notes
breakage in my implementation please point it out and i'll do the grunt
work.

Thanks,
Zwane

-- 
function.linuxpower.ca

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/