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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user