]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
powerpc64: tell kernel when radix is not available
authorLeandro Lupori <luporl@FreeBSD.org>
Fri, 22 Oct 2021 16:44:21 +0000 (13:44 -0300)
committerLeandro Lupori <luporl@FreeBSD.org>
Fri, 22 Oct 2021 16:44:21 +0000 (13:44 -0300)
commita23e18ea545675aca7551ef2395f6df40a3acb29
treef700aa823c93086e3f52ba86226977954c2ffd64
parentd7acbe481d17ccb81c2b879b9731c83b018f3094
powerpc64: tell kernel when radix is not available

If CAS detects that radix is not supported, set radix_mmu to 0
to avoid the kernel trying to use it and panic.

MFC after: 2 weeks
Sponsored by: Instituto de Pesquisas Eldorado (eldorado.org.br)
stand/powerpc/ofw/cas.c