On Sat, 15 Jan 2005 16:49:06 -0600 (CST), Russ Anderson <[EMAIL PROTECTED]> wrote: >The MCA recovery driver saves addresses memory errors >in an array. The array has 32 entries. The effect is >that after 32 recoveries, the driver stops recovering. > >This patch removes the page_isolate array. Since the array >was only used to see if the page is already marked reserved, >check the reserved bit instead of the array.
lkcd dumps kernel pages marked reserved, so lkcd will try to process isolated pages. We will eventually need to add a new page flag to mark faulty pages. - 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
