On Fri, Oct 12, 2007 at 09:37:59AM -0700, Baski wrote:
If we do not advertise about the CPU info through ACPI in s2881, how come linux shows all the cpu cores through /proc/cpuinfo? If it's using mptable, pl. give reference in filo code or wherever it is.
I don't know where Linux gets its information for /proc/cpuinfo (my guess would be the CPUID instruction, among others), but here's the mptable your're looking for:
http://tracker.linuxbios.org/trac/LinuxBIOS/browser/trunk/LinuxBIOSv2/src/ma...
Uwe.