On Thu, Aug 12, 2010 at 08:34:37AM -0700, H. Peter Anvin wrote:
Great.
The synchronization problem might be real. The cpu_init function uses
per-cpu variables which might not be present in the early synced
tramponline page table (iirc). The change to swapper_pg_dir and the
global tlb flush should probably be moved to the very beginning of the
start_secondary function.
Joerg
--