]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: ptdump: Indicate whether memory should be faulting
authorLaura Abbott <labbott@fedoraproject.org>
Sat, 6 Feb 2016 00:24:48 +0000 (16:24 -0800)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 16 Feb 2016 15:40:44 +0000 (15:40 +0000)
commit0b8f4b806bba9bbe6eb671a2296ad15b14ad5faf
treeaec6ce963b0ec0f26de569d6232b5c02d68b9cfe
parente55cc26c1c8426535318aa92c3b7085090d34b9b
arm64: ptdump: Indicate whether memory should be faulting

With CONFIG_DEBUG_PAGEALLOC, pages do not have the valid bit
set when free in the buddy allocator. Add an indiciation to
the page table dumping code that the valid bit is not set,
'F' for fault, to make this easier to understand.

Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Tested-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Laura Abbott <labbott@fedoraproject.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/mm/dump.c