lockup on SMP machine

Zahemszky Gábor Gabor at Zahemszky.HU
Tue Jun 28 20:09:46 GMT 2005


John Baldwin wrote:
> Hmm, you shouldn't have seen a second CPU due to 'kern.smp.disabled'.  Can you 
> build a kernel without SMP but with 'device apic' for now, and can you grab 
> verbose dmesg's from both ACPI being enabled and ACPI being disabled so I can 
> compare them?

Hi!

Very interesting:

Without the SMP option, without acpi, I can boot verbose, and it works.

With apci, the machine locked - the same way as with SMP+acpi. The only 
difference is, that with 'options SMP' the last lines are:

Table 'FACP' at 0xfdf20
Table 'APIC' at 0cfdf94
MADT: Found table at 0xfdf94
MP configuration Table version 1.4 found at 0xc00f0000
APIC: Using the MADT enumerator.
MADT: Found CPU APIC ID 0 ACPI ID 1: enabled
SMP: Added CPU 0 (AP)
MADT: Found CPU APIC ID 1 ACPI ID 2: enabled
SMP: Added CPU 1 (AP)

and without 'options SMP' :

Table 'FACP' at 0xfdf20
Table 'APIC' at 0cfdf94
MADT: Found table at 0xfdf94
MP configuration Table version 1.4 found at 0xc00f0000
APIC: Using the MADT enumerator.
MADT: Found CPU APIC ID 0 ACPI ID 1: enabled
MADT: Found CPU APIC ID 1 ACPI ID 2: enabled

I tried with acpi and without apic, too. Of course, it worked.

What can I do now?

Gabor < Gabor at Zahemszly dot HU >

-- 
#!/bin/ksh
Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ 
';set $Z ;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? 
]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? 
]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;for 
i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;j="$j $i";typeset +l 
i;};print "$j"


More information about the freebsd-acpi mailing list