mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Change NO_EVENTTIMERS from an arm-specific to an MI option, so that it can
be used in MI code. This is intended as a temporary measure to unbreak the build. The real fix is to write event timer drivers for legacy arm hardware, then get rid of this option completely. That's going to take a few days.
This commit is contained in:
parent
647c8464a6
commit
2a4eeaa4d2
2 changed files with 1 additions and 1 deletions
|
|
@ -159,6 +159,7 @@ NEW_PCIB opt_global.h
|
|||
NO_ADAPTIVE_MUTEXES opt_adaptive_mutexes.h
|
||||
NO_ADAPTIVE_RWLOCKS
|
||||
NO_ADAPTIVE_SX
|
||||
NO_EVENTTIMERS opt_timer.h
|
||||
NO_SYSCTL_DESCR opt_global.h
|
||||
NSWBUF_MIN opt_swap.h
|
||||
MBUF_PACKET_ZONE_DISABLE opt_global.h
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ KERNPHYSADDR opt_global.h
|
|||
KERNVIRTADDR opt_global.h
|
||||
LINUX_BOOT_ABI opt_global.h
|
||||
LOADERRAMADDR opt_global.h
|
||||
NO_EVENTTIMERS opt_timer.h
|
||||
PHYSADDR opt_global.h
|
||||
SOCDEV_PA opt_global.h
|
||||
SOCDEV_VA opt_global.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue