Re: MCA in console_init()
"Karthik Gopalakrishnan" <[email protected]> Fri, 8 Dec 2006 03:24:40 +0530
| Newsgroups | org.kernel.vger.linux-console |
|---|---|
| Message-ID | <[email protected]> |
Oops. Forgot to mention... This is on IA64. I am running v2.6.9. On 12/8/06, Karthik Gopalakrishnan <[email protected]> wrote: > Hi Folks. > > I am trying to debug an MCA that I hit during kernel bootup. I > have isolated the problem to the while loop in the console_init() > routine called as part of start_kernel(). The IIP obtained from the > MCA Logs point to vgacon_startup(). I will be grateful if someone > could tell me how execution lands up in vgacon_startup() from > console_init() since I quite understand that part of code. Probably, a > pointer to a suitable document will also do. > > Thanks & Regards, > Karthik >