Commit 1636bfac authored by David S. Miller's avatar David S. Miller

[SPARC64]: Only include linux/cache.h in asm/smp.h if not assembler.

parent 6910908b
...@@ -8,12 +8,14 @@ ...@@ -8,12 +8,14 @@
#include <linux/config.h> #include <linux/config.h>
#include <linux/threads.h> #include <linux/threads.h>
#include <linux/cache.h>
#include <asm/asi.h> #include <asm/asi.h>
#include <asm/starfire.h> #include <asm/starfire.h>
#include <asm/spitfire.h> #include <asm/spitfire.h>
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
#include <linux/cache.h>
/* PROM provided per-processor information we need /* PROM provided per-processor information we need
* to start them all up. * to start them all up.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment