Clean up the printing on amd64. Should also be consistent on i386.
MFC after: 3 days
This commit is contained in:
parent
d3f8d87d33
commit
4d4420bda8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189562
@ -185,8 +185,8 @@ static int drm_vm_info DRM_SYSCTL_HANDLER_ARGS
|
||||
|
||||
DRM_UNLOCK();
|
||||
|
||||
DRM_SYSCTL_PRINT("\nslot offset size type flags "
|
||||
"address mtrr\n");
|
||||
DRM_SYSCTL_PRINT("\nslot offset size "
|
||||
"type flags address mtrr\n");
|
||||
|
||||
for (i = 0; i < mapcount; i++) {
|
||||
map = &tempmaps[i];
|
||||
@ -202,7 +202,7 @@ static int drm_vm_info DRM_SYSCTL_HANDLER_ARGS
|
||||
yesno = "yes";
|
||||
|
||||
DRM_SYSCTL_PRINT(
|
||||
"%4d 0x%08lx 0x%08lx %4.4s 0x%02x 0x%08lx %s\n", i,
|
||||
"%4d 0x%016lx 0x%08lx %4.4s 0x%02x 0x%016lx %s\n", i,
|
||||
map->offset, map->size, type, map->flags,
|
||||
(unsigned long)map->handle, yesno);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user