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)
commit04597a65c5efc207257a736d339c6f2f5b00250f
tree953d59d84ff90345401756301e9eaeee2a4d580f
parent78d51e0b8b57728099a3da74f4a10b6f8c71b764
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
This page took 0.034219 seconds and 5 git commands to generate.