2.1.67 arch/i386/lib/delay.c patch

Graffiti (ramune@datadepot.com)
Sat, 29 Nov 1997 13:44:37 -0800 (PST)


Hi all!

Here's a tiny patch to get arch/i386/lib/delay.c to
compile. It was complaining that it didn't know what
loops_per_sec was.

--- delay.c.orig Sat Nov 29 13:41:22 1997
+++ delay.c Sat Nov 29 13:40:14 1997
@@ -10,6 +10,7 @@

#include <linux/sched.h>
#include <asm/delay.h>
+#include <linux/delay.h>

#ifdef __SMP__
#include <asm/smp.h>