Booting kernel on 2nd Core

Previous thread: [GIT PULL] oprofile: updates for v2.6.34 by Robert Richter on Tuesday, March 2, 2010 - 9:44 am. (4 messages)

Next thread: [git pull] fuse updates for 2.6.34 by Miklos Szeredi on Tuesday, March 2, 2010 - 9:59 am. (1 message)
From: Swapnil Pimpale
Date: Tuesday, March 2, 2010 - 9:56 am

Hi all,

I am working on Intel Core 2 Duo processor. As part of my academic
project, I want to boot Linux Kernel from 2nd core. I have
successfully jumped to the start address (1MB) of the kernel from 2nd
core. But it gets stuck in the function calibrate_delay().
If I comment the call to calibrate_delay and proceed with the kernel
boot-up, it goes ahead and gets stuck at some other point (in
acpi_ut_osi_implementation()).
In the meanwhile I have put the 1st core in an infinite loop.
I have configured the kernel to be an uni-processor kernel. (i.e.
disabled SMP support)

Could someone please let me know the reason for this problem. Will I
have to make any changes to kernel code for it to boot on 2nd core?

Thanks,
Swapnil A. Pimpale.
--

Previous thread: [GIT PULL] oprofile: updates for v2.6.34 by Robert Richter on Tuesday, March 2, 2010 - 9:44 am. (4 messages)

Next thread: [git pull] fuse updates for 2.6.34 by Miklos Szeredi on Tuesday, March 2, 2010 - 9:59 am. (1 message)