diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-04-28 01:09:25 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-04-28 01:09:25 +0000 |
commit | b9ba7aeb165cffecdffb60aec8c3fa8d590d9ca9 (patch) | |
tree | 42d07b0c7246ae2536a702e7c5de9e2732341116 /arch/i386/lib | |
parent | 7406b0a326f2d70ade2671c37d1beef62249db97 (diff) |
Merge with 2.3.99-pre6.
Diffstat (limited to 'arch/i386/lib')
-rw-r--r-- | arch/i386/lib/delay.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/i386/lib/delay.c b/arch/i386/lib/delay.c index ca5eeb796..89e7940ad 100644 --- a/arch/i386/lib/delay.c +++ b/arch/i386/lib/delay.c @@ -10,11 +10,12 @@ * we have to worry about. */ +#include <linux/config.h> #include <linux/sched.h> #include <linux/delay.h> #include <asm/delay.h> -#ifdef __SMP__ +#ifdef CONFIG_SMP #include <asm/smp.h> #endif |