From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hidetoshi Seto Date: Tue, 11 Nov 2003 07:17:11 +0000 Subject: Re: [PATCH] enable platform dependent MCA handling 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 I think it is more flexible that the plan that generic kernel have all the platform specific code and have choices at run time, Keith said. BTW, as doubt still I have, how I use this #ifdef in mca.c? Is it obsolete? For the present, I'll try to use machvecs for this switching. I have read through machvec.h briefly, and I could find following three definitions: platform_mca_init (maybe, for INIT) platform_mca_handler (for MCA) platform_cmci_handler (for CMCI) ...Are there any plans to implement "platform_cpei_handler (for CPEI)"? David? Thanks. ------ H.Seto