Re: [Xen-devel] [PATCH 4/6] x86/link: Introduce and use __bss_end
At 18:26 +0100 on 07 Apr (1428431178), Andrew Cooper wrote: > No functional change. > > Signed-off-by: Andrew Cooper Reviewed-by: Tim Deegan ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
[Xen-devel] [PATCH 4/6] x86/link: Introduce and use __bss_end
No functional change. Signed-off-by: Andrew Cooper CC: Keir Fraser CC: Jan Beulich --- xen/arch/x86/boot/head.S |2 +- xen/arch/x86/setup.c |4 ++-- xen/arch/x86/tboot.c |4 ++-- xen/arch/x86/xen.lds.S |1 + 4 files changed, 6 insertions(+), 5 deletions(-) diff --git