powerpc/pmap: Mark more CPUs as lockless TLBIE

Add POWER10 and POWER11 to the list of lockless TLBIE capable CPUs.
According to Linux, anything POWER5 and later should be able to do this,
but that hasn't been tested with FreeBSD.  POWER10 and POWER11, being
derived after the POWER9, implicitly have this capability per the ISA
spec.

MFC after:	1 week
This commit is contained in:
Justin Hibbits
2026-02-02 21:50:15 -05:00
parent ed3a2469a7
commit 7f885581d5
+2 -2
View File
@@ -568,9 +568,9 @@ moea64_bootstrap_native(vm_offset_t kernelstart, vm_offset_t kernelend)
case IBMPOWER8:
case IBMPOWER8E:
case IBMPOWER8NVL:
moea64_need_lock = false;
break;
case IBMPOWER9:
case IBMPOWER10:
case IBMPOWER11:
moea64_need_lock = false;
break;
case IBMPOWER4: