Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137837886
D8750.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D8750.diff
View Options
Index: head/sys/x86/acpica/srat.c
===================================================================
--- head/sys/x86/acpica/srat.c
+++ head/sys/x86/acpica/srat.c
@@ -229,7 +229,7 @@
mem = (ACPI_SRAT_MEM_AFFINITY *)entry;
if (bootverbose)
printf(
- "SRAT: Found memory domain %d addr %jx len %jx: %s\n",
+ "SRAT: Found memory domain %d addr 0x%jx len 0x%jx: %s\n",
mem->ProximityDomain, (uintmax_t)mem->BaseAddress,
(uintmax_t)mem->Length,
(mem->Flags & ACPI_SRAT_MEM_ENABLED) ?
@@ -238,7 +238,7 @@
break;
if (!overlaps_phys_avail(mem->BaseAddress,
mem->BaseAddress + mem->Length)) {
- printf("SRAT: Ignoring memory at addr %jx\n",
+ printf("SRAT: Ignoring memory at addr 0x%jx\n",
(uintmax_t)mem->BaseAddress);
break;
}
@@ -335,7 +335,7 @@
address = mem_info[i].end + 1;
}
}
- printf("SRAT: No memory region found for %jx - %jx\n",
+ printf("SRAT: No memory region found for 0x%jx - 0x%jx\n",
(uintmax_t)phys_avail[j], (uintmax_t)phys_avail[j + 1]);
return (ENXIO);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 27, 7:19 AM (10 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26248549
Default Alt Text
D8750.diff (1 KB)
Attached To
Mode
D8750: prefix addresses with 0x in x86/acpica/srat.c
Attached
Detach File
Event Timeline
Log In to Comment