Removed unused include of <machine/lock.h>. The locking interface stopped

being (ab)used here in rev.1.97.
This commit is contained in:
Bruce Evans 2000-10-12 17:05:33 +00:00
parent cec19acfbc
commit 4d448fc0ea
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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