Re: [PATCH v9 01/12] ARM: Allow this header to be included by assembly files

From: Sergei Shtylyov
Date: Sat May 05 2018 - 04:49:36 EST


Hello!

On 5/4/2018 10:05 PM, MylÃne Josserand wrote:

From: Doug Berger <opendmb@xxxxxxxxx>

The constants defined in this file are equally useful in assembly and C
source files. The arm64 architecture version of this file allows
inclusion in both assembly and C source files, so this this commit adds

One "this" is enough. :-)

that capability to the arm architecture version so that the constants
don't need to be defined in multiple places.

Signed-off-by: Doug Berger <opendmb@xxxxxxxxx>
Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
Signed-off-by: MylÃne Josserand <mylene.josserand@xxxxxxxxxxx>
[...]

MBR, Sergei