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
>>> 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
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