]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: cpufeature: Don't dump useless backtrace on CPU_OUT_OF_SPEC
authorWill Deacon <will.deacon@arm.com>
Thu, 18 May 2017 15:10:34 +0000 (16:10 +0100)
committerWill Deacon <will.deacon@arm.com>
Tue, 30 May 2017 10:07:42 +0000 (11:07 +0100)
commitfea6f1efa8948a65f30f3b389ff29401c7867278
tree35de54842162b884113fd61704dc460a816d10de
parentd5bbd18a739e8fd8ffcfb11d48b97076d7c5ba93
arm64: cpufeature: Don't dump useless backtrace on CPU_OUT_OF_SPEC

Unfortunately, it turns out that mismatched CPU features in big.LITTLE
systems are starting to appear in the wild. Whilst we should continue to
taint the kernel with CPU_OUT_OF_SPEC for features that differ in ways
that we can't fix up, dumping a useless backtrace out of the cpufeature
code is pointless and irritating.

This patch removes the backtrace from the taint.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/cpufeature.c