Module Name: src Committed By: bouyer Date: Sun Nov 14 13:43:05 UTC 2010
Modified Files: src/sys/arch/xen/x86: cpu.c Log Message: Boot vs AP processors don't make sense for physical CPUs, these are handled by the hypervisor and all CPUs are running when the dom0 is started. In addition, we don't have a reliable way to determine the boot CPU as - we may not be running on the boot CPU - we don't have access to the lapic id So simplify by ignoring the information and assign phycpu_info_primary to the first attached CPU. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/arch/xen/x86/cpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.