mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Do not call CPUID on each ireloc, instead call it once and cache results, similar to how it is done on powerpc64. Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 3 weeks Differential revision: https://reviews.freebsd.org/D37220
4 lines
71 B
Makefile
4 lines
71 B
Makefile
#
|
|
|
|
CFLAGS+= -DCRT_IRELOC_RELA \
|
|
-DINIT_IRELOCS="init_cpu_features()"
|