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. Thanks in advance - Baski
--------------------------------- Building a website is a piece of cake. Yahoo! Small Business gives you all the tools to get online.
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.
On 10/12/07, Baski kbaski@yahoo.com 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.
src/mainboard/tyan/s2881/mptable.c
YH