On Thu, Nov 03, 2005 at 12:10:34AM -0800, Roy Dragseth wrote: > > On Friday 28 October 2005 14:43, Andreas Schwab wrote: > > Roy Dragseth <Roy.Dragseth@cc.uit.no> writes: > > > Do anyone know how to figure out the physical number of cpus in an > ia64 > > > system? No, /proc/cpuinfo wont do because the kernel is booted > with > > > maxcpus=1. > > > > Read and parse the ACPI tables off of /dev/mem, starting with the > address > > from /sys/firmware/efi/systab. > > Yikes! Thanks for the answer. I've been toying around with > pmtools/acpidump > which gives me a text dump, but I'm still a bit confused (to say the > least). > Actually even of you boot with maxcpus=1, we still create sysfs entries for each cpus physically present in the system. you should be able to look at /sys/devices/system/cpu/cpuX entries if you compiled with CONFIG_HOTPLUG_CPU enabled, then you could echo 1 > online file in the appropriate cpu directory to add more cpus. Let me know if you dont see this behaviour. Cheers, ashok - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Fri Nov 04 08:07:48 2005
This archive was generated by hypermail 2.1.8 : 2005-11-04 08:07:55 EST