From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net From: Richard Miller <9fans@hamnavoe.com> Date: Fri, 2 Nov 2012 13:51:27 +0000 In-Reply-To: <378682de-8cea-4d52-81dc-b233d97d37b5@l18g2000vbv.googlegroups.com> 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: cfcced9a-ead7-11e9-9d60-3106f5b1d025 > I am running the Plan 9 on the single CPU only (old IBM T30). Sorry, that means we are looking at two different panics. Mine seems to be a side effect of mpacpi.c trying to enable the same cpu twice: cpu0: 1599MHz GenuineIntel Atom (cpuid: AX 0x106C2 DX 0xBFE9FBFF) ... mpinit: mp table describes 2 cpus mpinit: scanning acpi madt for extra cpus ... mpacpiproc: apic 0xf04705c0 mpacpiproc: apic 0xf0470648 cpu1: 1600MHz GenuineIntel Atom (cpuid: AX 0x106C2 DX 0xBFE9FBFF) cpu1: 1599MHz GenuineIntel Atom (cpuid: AX 0x106C2 DX 0xBFE9FBFF) ...