From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: quanstro@quanstro.net, 9fans@9fans.net From: Richard Miller <9fans@hamnavoe.com> Date: Fri, 2 Nov 2012 15:25:02 +0000 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Kernel panic when compiling Go on native Plan 9 Topicbox-Message-UUID: cffb451e-ead7-11e9-9d60-3106f5b1d025 > i found in nix that when mixing acpi and mp i had to defend against > double-entries for i/o apics since the numbering can be different. but > it will be interesting to see what happened to start 2 cpu1s. Looks like the same thing: MP table says 2 cpus with apic ids 0 and 1, ACPI table says 2 cpus (the same ones) with ids 0 and 2. Mixing information from MP and ACPI tables seems to me like just asking for trouble.