Re: [Xen-devel] [PATCH] xen: Drop asmlinkage everywhere

2017-09-05 Thread Stefano Stabellini
On Fri, 1 Sep 2017, Andrew Cooper wrote: > asmlinkage is defined as nothing on all architectures, and not used > consistently anywhere, even in common code. Remove it all. > > Signed-off-by: Andrew Cooper I admit I liked the asmlinkage tag because it made it easier to browse throw the code base

Re: [Xen-devel] [PATCH] xen: Drop asmlinkage everywhere

2017-09-04 Thread Jan Beulich
>>> On 01.09.17 at 20:27, wrote: > asmlinkage is defined as nothing on all architectures, and not used > consistently anywhere, even in common code. Remove it all. > > Signed-off-by: Andrew Cooper Surprisingly few instances were left. Non-ARM bits Acked-by: Jan Beulich Jan

[Xen-devel] [PATCH] xen: Drop asmlinkage everywhere

2017-09-01 Thread Andrew Cooper
asmlinkage is defined as nothing on all architectures, and not used consistently anywhere, even in common code. Remove it all. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Stefano Stabellini CC: Julien Grall --- xen/arch/arm/arm32/traps.c | 8 xen/arch/arm/arm64/traps.c