Linux IA64 platform development
 help / color / mirror / Atom feed
From: Russ Anderson <rja@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [patch] Remove limit on MCA recoveries
Date: Mon, 17 Jan 2005 22:01:37 +0000	[thread overview]
Message-ID: <200501172201.j0HM1bEo3012537@clink.americas.sgi.com> (raw)
In-Reply-To: <200501152249.j0FMn6JH2857539@clink.americas.sgi.com>

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 <rja@sgi.com>

----------------------------------------------------------------------------
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          rja@sgi.com

  parent reply	other threads:[~2005-01-17 22:01 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-15 22:49 [patch] Remove limit on MCA recoveries Russ Anderson
2005-01-15 23:10 ` Keith Owens
2005-01-16  9:01 ` Matthias Fouquet-Lapar
2005-01-17  1:07 ` Hidetoshi Seto
2005-01-17 19:27 ` Russ Anderson
2005-01-17 21:07 ` Russ Anderson
2005-01-17 21:18 ` Keith Owens
2005-01-17 21:28 ` Luck, Tony
2005-01-17 21:28 ` Russ Anderson
2005-01-17 22:01 ` Russ Anderson [this message]
2005-01-18 13:57 ` Matthias Fouquet-Lapar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200501172201.j0HM1bEo3012537@clink.americas.sgi.com \
    --to=rja@sgi.com \
    --cc=linux-ia64@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox