x86/boot: Rename l?_identmap to l?_directmap
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 10 Jan 2020 16:06:08 +0000 (16:06 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 15 Jan 2020 15:22:28 +0000 (15:22 +0000)
commit24adcd42e8d9229964d7613d6da2059ecb30ab61
treeffcf06a2e67363602745f64ea0f86b25d7055b05
parent86cf92f5053339ca5f3c71be858f3d55dd05a950
x86/boot: Rename l?_identmap to l?_directmap

Since c/s faa85d4fb3 "x86/boot: Don't map 0 during boot", l1_identmap no
longer has an alias mapped at 0, meaning that none of the l?_identmap[]
pagetables are actually an identity map.

Rename them to l?_directmap, which avoids any kind of implication that they
might be mapped at 0.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/boot/head.S
xen/arch/x86/boot/x86_64.S
xen/arch/x86/efi/efi-boot.h
xen/arch/x86/setup.c
xen/include/asm-x86/page.h