Skip to content
Commit 302a8fbf authored by Jiaxun Yang's avatar Jiaxun Yang Committed by Greg Kroah-Hartman
Browse files

MIPS: cpu-features: Enable octeon_cache by cpu_type

[ Upstream commit f6415194

 ]

cpu_has_octeon_cache was tied to 0 for generic cpu-features,
whith this generic kernel built for octeon CPU won't boot.

Just enable this flag by cpu_type. It won't hurt orther platforms
because compiler will eliminate the code path on other processors.

Signed-off-by: default avatarJiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
Stable-dep-of: 5487a7b6

 ("MIPS: cpu-features: Use boot_cpu_type for CPU type based features")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 7b57fc3f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment