diff -urN linux-2.1.106-pre1+fix/arch/i386/kernel/mtrr.c linux/arch/i386/kernel/mtrr.c --- linux-2.1.106-pre1+fix/arch/i386/kernel/mtrr.c Fri May 22 06:34:43 1998 +++ linux/arch/i386/kernel/mtrr.c Thu Jun 11 13:33:05 1998 @@ -114,6 +114,9 @@ Only manipulate interrupt enable flag on local CPU. Allow enclosed uncachable regions. v1.21 + 19980611 Richard Gooch + Always define . + v1.22 */ #include #include @@ -147,7 +150,7 @@ #include #include -#define MTRR_VERSION "1.21 (19980521)" +#define MTRR_VERSION "1.22 (19980611)" #define TRUE 1 #define FALSE 0 @@ -201,9 +204,7 @@ static unsigned int ascii_buf_bytes = 0; #endif static unsigned int *usage_table = NULL; -#ifdef __SMP__ static spinlock_t main_lock = SPIN_LOCK_UNLOCKED; -#endif /* Private functions */ #ifdef CONFIG_PROC_FS