Message ID | 20221212095523.52683-17-julien@xen.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | xen/arm: Don't switch TTBR while the MMU is on | expand |
On Mon, 12 Dec 2022, Julien Grall wrote: > From: Julien Grall <jgrall@amazon.com> > > _stext is indented by one space more compare to the lines. This doesn't > seem warrant, so delete the extra space. > > Signed-off: Julien Grall <jgrall@amazon.com> Acked-by: Stefano Stabellini <sstabellini@kernel.org> > --- > Changes in v3: > - Patch added > --- > xen/arch/arm/xen.lds.S | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/xen/arch/arm/xen.lds.S b/xen/arch/arm/xen.lds.S > index 92c298405259..ae8c3b4c6c5f 100644 > --- a/xen/arch/arm/xen.lds.S > +++ b/xen/arch/arm/xen.lds.S > @@ -31,7 +31,7 @@ SECTIONS > . = XEN_VIRT_START; > _start = .; > .text : { > - _stext = .; /* Text section */ > + _stext = .; /* Text section */ > *(.text.header) > > *(.text.cold) > -- > 2.38.1 >
diff --git a/xen/arch/arm/xen.lds.S b/xen/arch/arm/xen.lds.S index 92c298405259..ae8c3b4c6c5f 100644 --- a/xen/arch/arm/xen.lds.S +++ b/xen/arch/arm/xen.lds.S @@ -31,7 +31,7 @@ SECTIONS . = XEN_VIRT_START; _start = .; .text : { - _stext = .; /* Text section */ + _stext = .; /* Text section */ *(.text.header) *(.text.cold)
From: Julien Grall <jgrall@amazon.com> _stext is indented by one space more compare to the lines. This doesn't seem warrant, so delete the extra space. Signed-off: Julien Grall <jgrall@amazon.com> --- Changes in v3: - Patch added --- xen/arch/arm/xen.lds.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)