tasks.h in include/asm-alpha/smp.h 2.3.14

Allan B MacIsaac (allanb@sparta.apmaths.uwo.ca)
Fri, 20 Aug 1999 12:53:33 -0400 (EDT)


Building 2.3.14 on a Compaq ES40.

Did someone miss updating ./include/asm-alpha/smp.h. It tries to include
linux/tasks.h, which no longer exists. It should be linux/threads.h, I
believe?

--- linux/include/asm-alpha/smp.h.orig Mon Aug 16 13:33:58 1999
+++ linux/include/asm-alpha/smp.h Tue Aug 20 16:44:18 2047
@@ -19,7 +19,7 @@

#ifdef __SMP__

-#include <linux/tasks.h>
+#include <linux/threads.h>

struct cpuinfo_alpha {
unsigned long loops_per_sec;

-- 
Dr. Allan B. MacIsaac                 There once was an old man from Esser,
Dept. of Applied Math                 Whose knowledge grew lesser and lesser.
University of Western Ontario         It at last grew so small,
London, Ontario, Canada               That he knew nothing at all,
N6A 5B7                               And now he's a College Professor.

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/