commit | 8ed9b2c7a804335004e4bd3b4c6989c5b6bc243f | [log] [tgz] |
---|---|---|
author | Jes Sorensen <jes@sgi.com> | Mon Feb 13 05:29:57 2006 -0500 |
committer | Tony Luck <tony.luck@intel.com> | Wed Feb 15 13:24:45 2006 -0800 |
tree | f7420b3fe8ad59ad23707ccbfd7ccaef7abe2a70 | |
parent | 50d8e59038703c4da5acaed9afaa37ae416d3153 [diff] |
[IA64-SGI] sn2 minor fixes and cleanups 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>