| To: | linux-cvs-patches@linux-mips.org |
|---|---|
| Subject: | CVS Update@linux-mips.org: linux |
| From: | ralf@linux-mips.org |
| Date: | Mon, 18 Apr 2005 11:40:15 +0100 |
| Reply-to: | linux-mips@linux-mips.org |
| Sender: | linux-cvs-patches-bounce@linux-mips.org |
CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/04/18 11:40:09
Modified files:
include/asm-mips: delay.h
Log message:
Need to include smp.h for the definition of smp_processor_id().
diff -urN linux/include/asm-mips/delay.h linux/include/asm-mips/delay.h
--- linux/include/asm-mips/delay.h 2005/04/13 13:37:32 1.17
+++ linux/include/asm-mips/delay.h 2005/04/18 10:40:09 1.18
@@ -12,7 +12,7 @@
#include <linux/config.h>
#include <linux/param.h>
-
+#include <linux/smp.h>
#include <asm/compiler.h>
static inline void __delay(unsigned long loops)
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | CVS Update@linux-mips.org: linux, ths |
|---|---|
| Next by Date: | CVS Update@linux-mips.org: linux, ralf |
| Previous by Thread: | CVS Update@linux-mips.org: linux, ths |
| Next by Thread: | CVS Update@linux-mips.org: linux, ralf |
| Indexes: | [Date] [Thread] [Top] [All Lists] |