From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Sat, 31 May 2003 01:34:24 +0000 Subject: Re: [Linux-ia64] [PATCH] MCA recovery for TLB faults for 2.4 Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Wed, 28 May 2003 13:35:53 -0700, "Luck, Tony" said: Tony> The underlying algorithm is to save information about what Tony> each of the ITR/DTR registers is mapping, then at MCA time we Tony> can purge the whole TLB (TC and TR) and reload the TR Tony> registers before jumping to virtual mode. Are you just blindly trusting that memory is still correct after getting a TLB error report? Wouldn't you want to have a checksum to validate that the list of saved translations is probably correct. Otherwise, it seems to me the TLB purge could make a bad situation worse. --david