Tony Luck wrote:
> 
> Agreed.  If you want to increase the static limit up from 32 to a thousand
> or so, as an interim fix until such extra page_flags are agreed upon, then
> I'll be ok with that.

Sounds good.  Thanks, Tony.  Here is a patch.

Of course very quickly _only_ 1024 recoveries won't be enough.  :-)

Signed-off-by: Russ Anderson <[EMAIL PROTECTED]>

----------------------------------------------------------------------------
Index: 2.6.11/arch/ia64/kernel/mca_drv.c
===================================================================
--- 2.6.11.orig/arch/ia64/kernel/mca_drv.c      2005-01-17 15:55:26.280000969 
-0600
+++ 2.6.11/arch/ia64/kernel/mca_drv.c   2005-01-17 15:55:56.151772456 -0600
@@ -52,7 +52,7 @@
        MCA_IS_GLOBAL = 1
 } mca_type_t;
 
-#define MAX_PAGE_ISOLATE 32
+#define MAX_PAGE_ISOLATE 1024
 
 static struct page *page_isolate[MAX_PAGE_ISOLATE];
 static int num_page_isolate = 0;

-- 
Russ Anderson, OS RAS/Partitioning Project Lead  
SGI - Silicon Graphics Inc          [EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to