]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: Track system support for mixed endian EL0
authorSuzuki K. Poulose <suzuki.poulose@arm.com>
Wed, 21 Jan 2015 12:43:09 +0000 (12:43 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 23 Jan 2015 17:02:19 +0000 (17:02 +0000)
commite007a476a692b48dff7c03e5f47fc492232cf857
tree953d59d84ff90345401756301e9eaeee2a4d580f
parentee3262a5c66358b89eafedc3d2f33eeab12f1d58
arm64: Track system support for mixed endian EL0

This patch keeps track of the mixed endian EL0 support across
the system and provides helper functions to export it. The status
is a boolean indicating whether all the CPUs on the system supports
mixed endian at EL0.

Signed-off-by: Suzuki K. Poulose <suzuki.poulose@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/cpufeature.h
arch/arm64/include/asm/cputype.h
arch/arm64/kernel/cpuinfo.c