mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Removed unused include of <machine/lock.h>. The locking interface stopped
being (ab)used here in rev.1.97.
This commit is contained in:
parent
cec19acfbc
commit
4d448fc0ea
2 changed files with 0 additions and 8 deletions
|
|
@ -50,10 +50,6 @@
|
|||
|
||||
#ifdef __GNUC__
|
||||
|
||||
#ifdef SMP
|
||||
#include <machine/lock.h> /* XXX */
|
||||
#endif
|
||||
|
||||
#ifdef SWTCH_OPTIM_STATS
|
||||
extern int tlb_flush_count; /* XXX */
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -50,10 +50,6 @@
|
|||
|
||||
#ifdef __GNUC__
|
||||
|
||||
#ifdef SMP
|
||||
#include <machine/lock.h> /* XXX */
|
||||
#endif
|
||||
|
||||
#ifdef SWTCH_OPTIM_STATS
|
||||
extern int tlb_flush_count; /* XXX */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue