From 4d448fc0eaf6eb7413db0ad583fe7714b3dcb48d Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 12 Oct 2000 17:05:33 +0000 Subject: [PATCH] Removed unused include of . The locking interface stopped being (ab)used here in rev.1.97. --- sys/amd64/include/cpufunc.h | 4 ---- sys/i386/include/cpufunc.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/sys/amd64/include/cpufunc.h b/sys/amd64/include/cpufunc.h index 317af1bd6a2..fef36e00a4d 100644 --- a/sys/amd64/include/cpufunc.h +++ b/sys/amd64/include/cpufunc.h @@ -50,10 +50,6 @@ #ifdef __GNUC__ -#ifdef SMP -#include /* XXX */ -#endif - #ifdef SWTCH_OPTIM_STATS extern int tlb_flush_count; /* XXX */ #endif diff --git a/sys/i386/include/cpufunc.h b/sys/i386/include/cpufunc.h index 317af1bd6a2..fef36e00a4d 100644 --- a/sys/i386/include/cpufunc.h +++ b/sys/i386/include/cpufunc.h @@ -50,10 +50,6 @@ #ifdef __GNUC__ -#ifdef SMP -#include /* XXX */ -#endif - #ifdef SWTCH_OPTIM_STATS extern int tlb_flush_count; /* XXX */ #endif