NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-amd64/58410: x86_patch() panic with core ultra processor
The following reply was made to PR port-amd64/58410; it has been noted by GNATS.
From: Patrick Welche <prlw1%welche.eu@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: port-amd64/58410: x86_patch() panic with core ultra processor
Date: Tue, 30 Jul 2024 05:52:46 +0100
In mpacpi_config_cpu(), as x2apic_mode=0, the ACPI_MADT_TYPE_LOCAL_APIC
case is followed, and
lapic->Id=16
cpunum=32 !!
=> role=2=application processor rather than boot processor.
cpunum = i82489_cpu_number()
If only there were 32 cpus in this laptop - non-consecutive numbering?
Should be using x2apic?
Home |
Main Index |
Thread Index |
Old Index