diff options
author | Jes Sorensen <jes@sgi.com> | 2006-02-13 13:29:57 +0300 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-02-16 00:24:45 +0300 |
commit | 8ed9b2c7a804335004e4bd3b4c6989c5b6bc243f (patch) | |
tree | f7420b3fe8ad59ad23707ccbfd7ccaef7abe2a70 /include/asm-ia64/sn/sn_feature_sets.h | |
parent | 50d8e59038703c4da5acaed9afaa37ae416d3153 (diff) | |
download | linux-8ed9b2c7a804335004e4bd3b4c6989c5b6bc243f.tar.xz |
[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>
Diffstat (limited to 'include/asm-ia64/sn/sn_feature_sets.h')
-rw-r--r-- | include/asm-ia64/sn/sn_feature_sets.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-ia64/sn/sn_feature_sets.h b/include/asm-ia64/sn/sn_feature_sets.h index 9ca642cad338..ff33e3bd3f8e 100644 --- a/include/asm-ia64/sn/sn_feature_sets.h +++ b/include/asm-ia64/sn/sn_feature_sets.h @@ -12,9 +12,6 @@ */ -#include <asm/types.h> -#include <asm/bitops.h> - /* --------------------- PROM Features -----------------------------*/ extern int sn_prom_feature_available(int id); |