ARM: Allow this header to be included by assembly files
authorDoug Berger <opendmb@gmail.com>
Fri, 4 May 2018 19:05:34 +0000 (21:05 +0200)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Tue, 8 May 2018 12:47:36 +0000 (14:47 +0200)
commit17e49a9e906202153092ccf740d758e6e00bcf3e
tree280c0fcf627c6cbad58fdbabd97c21ffabed595d
parent60cc43fc888428bb2f18f08997432d426a243338
ARM: Allow this header to be included by assembly files

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 commit adds
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@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Mylène Josserand <mylene.josserand@bootlin.com>
Acked-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
arch/arm/include/asm/cputype.h