[IA64] smp.c coding style fix
authorHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Wed, 30 Apr 2008 09:55:48 +0000 (18:55 +0900)
committerTony Luck <tony.luck@intel.com>
Thu, 1 May 2008 21:29:12 +0000 (14:29 -0700)
commitc0cd661b1b0ad83dac54420169ec9ca14df409e9
tree291089758b610ccd47cfb5275b28be86a41f34d8
parent6d3c51110819918617d9e2d1da7ff53f4b2c1187
[IA64] smp.c coding style fix

Fix indenting of switch statement to follow CodingStyle, and
pull out handling of call_data into an inlined function.

I confirmed that applying this fix doesn't affect assembled code.

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/smp.c