diff options
| author | David S. Miller <davem@nuts.ninka.net> | 2003-01-02 07:43:04 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-01-02 07:43:04 -0800 |
| commit | 1636bfac2aee27c9473b051a5cacdf9178246f92 (patch) | |
| tree | 1ca88f57ba5668885d94ee7bfdd82b09dd960f0f /include | |
| parent | 6910908bafd6ec53563f249d68ee2cf8bbfe09d0 (diff) | |
[SPARC64]: Only include linux/cache.h in asm/smp.h if not assembler.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-sparc64/smp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-sparc64/smp.h b/include/asm-sparc64/smp.h index babbfe5f916b..b57fd36a1193 100644 --- a/include/asm-sparc64/smp.h +++ b/include/asm-sparc64/smp.h @@ -8,12 +8,14 @@ #include <linux/config.h> #include <linux/threads.h> -#include <linux/cache.h> #include <asm/asi.h> #include <asm/starfire.h> #include <asm/spitfire.h> #ifndef __ASSEMBLY__ + +#include <linux/cache.h> + /* PROM provided per-processor information we need * to start them all up. */ |
