Skip to content

Commit 53213de

Browse files
committed
UefiCpuPkg/ArmMmuLib: DEBUG_VERBOSE -> DEBUG_PAGING
Use new DEBUG_PAGING log bit in UefiCpuPkg/ArmMmuLib. Signed-off-by: Gerd Hoffmann <[email protected]>
1 parent f719985 commit 53213de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UefiCpuPkg/Library/ArmMmuLib/AArch64/ArmMmuLibCore.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ UpdateRegionMappingRecursive (
284284
BlockMask = MAX_UINT64 >> BlockShift;
285285

286286
DEBUG ((
287-
DEBUG_VERBOSE,
287+
DEBUG_PAGING,
288288
"%a(%d): %llx - %llx set %lx clr %lx\n",
289289
__func__,
290290
Level,

0 commit comments

Comments
 (0)