diff options
Diffstat (limited to 'arch/arm64/mm/ptdump.c')
| -rw-r--r-- | arch/arm64/mm/ptdump.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/arm64/mm/ptdump.c b/arch/arm64/mm/ptdump.c index 9bc4066c5bf3..e305b6593c4e 100644 --- a/arch/arm64/mm/ptdump.c +++ b/arch/arm64/mm/ptdump.c @@ -45,7 +45,7 @@ static struct addr_marker address_markers[] = {  	{ MODULES_END,			"Modules end" },  	{ VMALLOC_START,		"vmalloc() area" },  	{ VMALLOC_END,			"vmalloc() end" }, -	{ FIXADDR_START,		"Fixmap start" }, +	{ FIXADDR_TOT_START,		"Fixmap start" },  	{ FIXADDR_TOP,			"Fixmap end" },  	{ PCI_IO_START,			"PCI I/O start" },  	{ PCI_IO_END,			"PCI I/O end" }, | 
