mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
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
This commit is contained in:
parent
7ed09a6778
commit
ffd21bd289
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ FPU_EMU
|
|||
|
||||
COMPAT_FREEBSD32 opt_global.h
|
||||
|
||||
ISA_206_ATOMICS opt_global.h
|
||||
|
||||
MOEA64_STATS opt_pmap.h
|
||||
AMIGAONE opt_platform.h
|
||||
MIKROTIK opt_platform.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue