Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161353917
D45158.id138375.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
522 B
Referenced Files
None
Subscribers
None
D45158.id138375.diff
View Options
diff --git a/sys/x86/acpica/madt.c b/sys/x86/acpica/madt.c
--- a/sys/x86/acpica/madt.c
+++ b/sys/x86/acpica/madt.c
@@ -368,8 +368,8 @@
* MP code figure out which CPU is the BSP on its own.
*/
if (bootverbose)
- printf("MADT: Found CPU APIC ID %u ACPI ID %u: %s\n",
- apic_id, acpi_id, flags & ACPI_MADT_ENABLED ?
+ printf("MADT: Found CPU APIC ID %d ACPI ID %u: %s\n",
+ (int)apic_id, acpi_id, flags & ACPI_MADT_ENABLED ?
"enabled" : "disabled");
if (!(flags & ACPI_MADT_ENABLED))
return;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jul 4, 2:36 AM (4 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34617790
Default Alt Text
D45158.id138375.diff (522 B)
Attached To
Mode
D45158: madt: print CPU APIC ID as signed int
Attached
Detach File
Event Timeline
Log In to Comment