Milton Miller 25ddd738c2 powerpc: Provide a separate handler for each IPI action
With the new generic smp call function helpers, I noticed the code in
smp_message_recv was a single function call in many cases.  While
getting the message number from the ipi data is easy, we can reduce
the path length by a function and data-dependent switch by registering
seperate IPI actions for these simple calls.

Originally I left the ipi action array exposed, but then I realized the
registration code should be common too.

The three users each had their own name array, so I made a fourth
to convert all users to use a common one.

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2008-11-19 16:05:06 +11:00
..
2008-08-04 13:18:17 +10:00
2008-09-24 16:26:43 -05:00
2008-08-18 21:40:03 +02:00
2008-08-04 13:18:17 +10:00
2008-10-31 16:11:47 +11:00
2008-11-19 16:04:58 +11:00
2008-10-21 15:52:04 +11:00
2008-10-15 11:31:54 +11:00
2008-10-22 22:55:20 -07:00
2008-09-06 19:30:15 +01:00
2008-11-19 16:04:55 +11:00
2008-11-19 16:04:57 +11:00