aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/sn
diff options
context:
space:
mode:
authorPrarit Bhargava <prarit@sgi.com>2006-01-25 18:51:14 -0500
committerTony Luck <tony.luck@intel.com>2006-01-26 16:50:40 -0500
commit61d67f2e07d96d20d86135792ca591c491939c27 (patch)
treed0c65cff2291e5ed849640a465c444c150f8d929 /include/asm-ia64/sn
parent139366a093d1ce2749b1b4247947ceb9b78caa2a (diff)
[IA64-SGI] Add PROM feature set for device flush list
Introduce PRF_DEVICE_FLUSH_LIST flag for older PROMs. Signed-off-by: Prarit Bhargava <prarit@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/asm-ia64/sn')
-rw-r--r--include/asm-ia64/sn/sn_feature_sets.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/asm-ia64/sn/sn_feature_sets.h b/include/asm-ia64/sn/sn_feature_sets.h
index f63f144e8170..9ca642cad338 100644
--- a/include/asm-ia64/sn/sn_feature_sets.h
+++ b/include/asm-ia64/sn/sn_feature_sets.h
@@ -31,7 +31,8 @@ extern int sn_prom_feature_available(int id);
31 * ... 31 * ...
32 */ 32 */
33 33
34#define PRF_PAL_CACHE_FLUSH_SAFE 0 34#define PRF_PAL_CACHE_FLUSH_SAFE 0
35#define PRF_DEVICE_FLUSH_LIST 1
35 36
36 37
37 38
@@ -48,7 +49,7 @@ extern int sn_prom_feature_available(int id);
48 * 49 *
49 * By default, features are disabled unless explicitly enabled. 50 * By default, features are disabled unless explicitly enabled.
50 */ 51 */
51#define OSF_MCA_SLV_TO_OS_INIT_SLV 0 52#define OSF_MCA_SLV_TO_OS_INIT_SLV 0
52#define OSF_FEAT_LOG_SBES 1 53#define OSF_FEAT_LOG_SBES 1
53 54
54#endif /* _ASM_IA64_SN_FEATURE_SETS_H */ 55#endif /* _ASM_IA64_SN_FEATURE_SETS_H */