* [PATCH] add sn_feature_sets bit
@ 2006-01-24 14:30 Dean Roe
0 siblings, 0 replies; only message in thread
From: Dean Roe @ 2006-01-24 14:30 UTC (permalink / raw)
To: linux-ia64
SGI's prom has added a new feature which avoids an Altix-specific
MCA that can occur with excessive use of ia64_pal_cache_flush. This
patch adds the #define to the sn_feature_sets.h to reflect that bit
is taken.
Signed-off-by: Dean Roe <roe@sgi.com>
Index: linux-ia64-test/include/asm-ia64/sn/sn_feature_sets.h
=================================--- linux-ia64-test.orig/include/asm-ia64/sn/sn_feature_sets.h
+++ linux-ia64-test/include/asm-ia64/sn/sn_feature_sets.h
@@ -8,7 +8,7 @@
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
- * Copyright (c) 2005 Silicon Graphics, Inc. All rights reserved.
+ * Copyright (c) 2005-2006 Silicon Graphics, Inc. All rights reserved.
*/
@@ -27,14 +27,10 @@
* "false" for new features.
*
* Use:
- * if (sn_prom_feature_available(PRF_FEATURE_XXX))
+ * if (sn_prom_feature_available(PRF_XXX))
* ...
*/
-
-/*
- * Example: feature XXX
- */
-#define PRF_FEATURE_XXX 0
+#define PRF_PAL_CACHE_FLUSH_SAFE 0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-01-24 14:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-24 14:30 [PATCH] add sn_feature_sets bit Dean Roe
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.