Re: [PATCH 4/5] ARM: use unified assembler in c files

2019-02-12 Thread Stefan Agner
On 11.02.2019 19:17, Nick Desaulniers wrote: > On Sat, Feb 9, 2019 at 9:28 AM Stefan Agner wrote: >> >> Thanks for the reviews so far. >> >> During some more testing I stumbled upon another issue: >> >> On 07.02.2019 10:48, Stefan Agner wrote: >> > Use unified assembler syntax (UAL) in inline asse

Re: [PATCH 4/5] ARM: use unified assembler in c files

2019-02-11 Thread Nick Desaulniers
On Sat, Feb 9, 2019 at 9:28 AM Stefan Agner wrote: > > Thanks for the reviews so far. > > During some more testing I stumbled upon another issue: > > On 07.02.2019 10:48, Stefan Agner wrote: > > Use unified assembler syntax (UAL) in inline assembler. Divided > > syntax is considered depricated. Th

Re: [PATCH 4/5] ARM: use unified assembler in c files

2019-02-09 Thread Stefan Agner
Thanks for the reviews so far. During some more testing I stumbled upon another issue: On 07.02.2019 10:48, Stefan Agner wrote: > Use unified assembler syntax (UAL) in inline assembler. Divided > syntax is considered depricated. This will also allow to build > the kernel using LLVM's integrated a

[PATCH 4/5] ARM: use unified assembler in c files

2019-02-07 Thread Stefan Agner
Use unified assembler syntax (UAL) in inline assembler. Divided syntax is considered depricated. This will also allow to build the kernel using LLVM's integrated assembler. Signed-off-by: Stefan Agner --- arch/arm/mm/copypage-v4mc.c | 2 +- arch/arm/mm/copypage-v4wb.c | 2 +- arch/arm/mm/copypag