powerpc64le: enable ISA_206_ATOMICS option

powerpc64le requires at minimum POWER8 hardware, so ISA 2.06 atomic
instructions are always available.

This isn't so for powerpc64 (BE), so isn't enabled by default there.
This commit is contained in:
Justin Hibbits 2022-01-13 21:46:30 -06:00
parent b5d227b0b2
commit 4873653519

View File

@ -31,6 +31,7 @@ options MAMBO # IBM Mambo Full System Simulator
options QEMU # QEMU processor emulator
options PSERIES # PAPR-compliant systems (e.g. IBM p)
options POWERNV # Non-virtualized OpenPOWER systems
options ISA_206_ATOMICS # PowerISA v2.06 optimized subword atomics
options FDT # Flattened Device Tree
options SCHED_ULE # ULE scheduler