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
@ -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 New Issue
Block a user