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)
committerFlorian Fainelli <f.fainelli@gmail.com>
Wed, 9 May 2018 19:14:41 +0000 (12:14 -0700)
commit16f021b03aae117715ee47e3a5f24c42a214e638
tree3f3cde9de6f7543e4242e0cb3f572934c8ec8faa
parent48e6dd793b34751fe385476438e183302ba6d15b
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