[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] x86: undo part of "refine link time stub area related assertion"
commit f450eaa9c1521c64dc31bdec81a6148b2b0d9552 Author: Jan Beulich <jbeulich@xxxxxxxx> AuthorDate: Thu Jan 30 17:18:12 2020 +0100 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Thu Jan 30 17:18:12 2020 +0100 x86: undo part of "refine link time stub area related assertion" The original check was not too strict: While we don't use one page of memory per CPU, we do use ons page of VA space per CPU. It is the latter which matters here. Undo that part of the change, but leave everything else in place. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- xen/arch/x86/xen.lds.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xen/arch/x86/xen.lds.S b/xen/arch/x86/xen.lds.S index 07c6448dbb..f5730ffe93 100644 --- a/xen/arch/x86/xen.lds.S +++ b/xen/arch/x86/xen.lds.S @@ -2,7 +2,6 @@ /* Modified for i386/x86-64 Xen by Keir Fraser */ #include <xen/cache.h> -#include <xen/lib.h> #include <asm/page.h> #undef ENTRY #undef ALIGN @@ -353,7 +352,7 @@ SECTIONS } ASSERT(__2M_rwdata_end <= XEN_VIRT_END - XEN_VIRT_START + __XEN_VIRT_START - - DIV_ROUND_UP(NR_CPUS, STUBS_PER_PAGE) * PAGE_SIZE, + NR_CPUS * PAGE_SIZE, "Xen image overlaps stubs area") #ifdef CONFIG_KEXEC -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |