It is a vestigial leftover of Xen having inherited Linux's memory management code in the early days.
Signed-off-by: Andrew Cooper <[email protected]> --- CC: Jan Beulich <[email protected]> CC: Wei Liu <[email protected]> --- xen/include/asm-x86/x86_64/page.h | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/include/asm-x86/x86_64/page.h b/xen/include/asm-x86/x86_64/page.h index c3eab62..1256277 100644 --- a/xen/include/asm-x86/x86_64/page.h +++ b/xen/include/asm-x86/x86_64/page.h @@ -19,7 +19,6 @@ #define SUPERPAGE_ORDER PAGETABLE_ORDER #define SUPERPAGE_PAGES (1<<SUPERPAGE_ORDER) -#define __PAGE_OFFSET DIRECTMAP_VIRT_START #define __XEN_VIRT_START XEN_VIRT_START /* These are architectural limits. Current CPUs support only 40-bit phys. */ -- 2.1.4 _______________________________________________ Xen-devel mailing list [email protected] https://lists.xen.org/xen-devel
