mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 08:41:30 -04:00
Move LongRun support out of identcpu.c, where it hardly belongs, into its
own file and make it opt-in, not mandatory, depending on CPU_ENABLE_LONGRUN config(8) option. PR: Submitted by: Reviewed by: Approved by: Obtained from: Discussed with: nate MFC after: 2 weeks
This commit is contained in:
parent
c77ac1fdee
commit
1fbb6abce0
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ CPU_ELAN_XTAL opt_cpu.h
|
|||
CPU_ELAN_PPS opt_cpu.h
|
||||
CPU_ENABLE_SSE opt_cpu.h
|
||||
CPU_ENABLE_TCC opt_cpu.h
|
||||
CPU_ENABLE_LONGRUN opt_cpu.h
|
||||
CPU_FASTER_5X86_FPU opt_cpu.h
|
||||
CPU_GEODE opt_cpu.h
|
||||
CPU_I486_ON_386 opt_cpu.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue