Re: [Xen-devel] [PATCH v2] arm64: xen: Use modern annotations for assembly functions

2020-01-09 Thread Will Deacon
On Thu, Jan 09, 2020 at 08:33:37AM -0800, Stefano Stabellini wrote: > On Thu, 9 Jan 2020, Catalin Marinas wrote: > > On Wed, Jan 08, 2020 at 03:55:52PM +, Will Deacon wrote: > > > On Thu, Dec 19, 2019 at 01:07:50PM -0800, Stefano Stabellini wrote: > > > > On Thu, 19 Dec 2019, Mark Brown wrote:

Re: [Xen-devel] [PATCH v2] arm64: xen: Use modern annotations for assembly functions

2020-01-09 Thread Stefano Stabellini
On Thu, 9 Jan 2020, Catalin Marinas wrote: > On Wed, Jan 08, 2020 at 03:55:52PM +, Will Deacon wrote: > > On Thu, Dec 19, 2019 at 01:07:50PM -0800, Stefano Stabellini wrote: > > > On Thu, 19 Dec 2019, Mark Brown wrote: > > > > In an effort to clarify and simplify the annotation of assembly > >

Re: [Xen-devel] [PATCH v2] arm64: xen: Use modern annotations for assembly functions

2020-01-09 Thread Catalin Marinas
On Wed, Jan 08, 2020 at 03:55:52PM +, Will Deacon wrote: > On Thu, Dec 19, 2019 at 01:07:50PM -0800, Stefano Stabellini wrote: > > On Thu, 19 Dec 2019, Mark Brown wrote: > > > In an effort to clarify and simplify the annotation of assembly functions > > > in the kernel new macros have been intr

Re: [Xen-devel] [PATCH v2] arm64: xen: Use modern annotations for assembly functions

2020-01-08 Thread Will Deacon
On Thu, Dec 19, 2019 at 01:07:50PM -0800, Stefano Stabellini wrote: > On Thu, 19 Dec 2019, Mark Brown wrote: > > In an effort to clarify and simplify the annotation of assembly functions > > in the kernel new macros have been introduced. These replace ENTRY and > > ENDPROC. Update the annotations i

Re: [Xen-devel] [PATCH v2] arm64: xen: Use modern annotations for assembly functions

2019-12-19 Thread Stefano Stabellini
On Thu, 19 Dec 2019, Mark Brown wrote: > In an effort to clarify and simplify the annotation of assembly functions > in the kernel new macros have been introduced. These replace ENTRY and > ENDPROC. Update the annotations in the xen code to the new macros. > > Signed-off-by: Mark Brown > Reviewed

[Xen-devel] [PATCH v2] arm64: xen: Use modern annotations for assembly functions

2019-12-19 Thread Mark Brown
In an effort to clarify and simplify the annotation of assembly functions in the kernel new macros have been introduced. These replace ENTRY and ENDPROC. Update the annotations in the xen code to the new macros. Signed-off-by: Mark Brown Reviewed-by: Julien Grall Reviewed-by: Stefano Stabellini