]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/x86/include/asm/mmzone.h
KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVM
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / include / asm / mmzone.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
96a388de 2#ifdef CONFIG_X86_32
a1ce3928 3# include <asm/mmzone_32.h>
96a388de 4#else
a1ce3928 5# include <asm/mmzone_64.h>
96a388de 6#endif