mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Revert last change. ../rtld.c uses CACHE_LINE_SIZE too.
Change it to 64 while here. Reported by: ps
This commit is contained in:
parent
194c3cd492
commit
080f5381b7
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@
|
|||
#include <sys/types.h>
|
||||
#include <machine/atomic.h>
|
||||
|
||||
#define CACHE_LINE_SIZE 64
|
||||
|
||||
struct Struct_Obj_Entry;
|
||||
|
||||
/* Return the address of the .dynamic section in the dynamic linker. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue