[IA64-SGI] sn2 minor fixes and cleanups
authorJes Sorensen <jes@sgi.com>
Mon, 13 Feb 2006 10:29:57 +0000 (05:29 -0500)
committerTony Luck <tony.luck@intel.com>
Wed, 15 Feb 2006 21:24:45 +0000 (13:24 -0800)
General SN2 code cleanup:
 - Do not initialize global variables to zero
 - Use kzalloc instead of kmalloc+memset
 - Check kmalloc return values
 - Do not obfuscate spin lock calls
 - Remove some unused code
 - Various formatting cleanups

Signed-off-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found