]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make ISA_206_ATOMICS a kernel option
authorJustin Hibbits <jhibbits@FreeBSD.org>
Mon, 17 May 2021 13:46:33 +0000 (08:46 -0500)
committerJustin Hibbits <jhibbits@FreeBSD.org>
Mon, 17 May 2021 13:46:38 +0000 (08:46 -0500)
commitffd21bd2892df271a8a259b1d98ce81c8637facd
tree491eb226cc656afc68060d7521f1d4b3467e5541
parent7ed09a6778d3fdd5d0484c9a60f4aa48f7ffbb83
Make ISA_206_ATOMICS a kernel option

Summary:
To make it easier to build a kernel with PowerISA 2.06 atomics (sub-word
atomics), add a kernel config option.  User space still needs to specify
it as a CFLAG but that seems easier to do than for the kernel config.

Reviewed By: luporl
Differential Revision: https://reviews.freebsd.org/D29809
sys/conf/options.powerpc