summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-02-09 12:00:00 +0100
committerDavid S. Miller <davem@sunset.davemloft.net>2006-03-20 10:12:05 +0100
commit12816ab38adddc9d7e9b3315d1739655dedc7c9f (patch)
treecec4253a99fa61e5a96f82039499442049a3e8ed
parent[SPARC64]: Print ARCH as SUN4V when tlb_type is hypervisor. (diff)
downloadlinux-12816ab38adddc9d7e9b3315d1739655dedc7c9f.tar.xz
linux-12816ab38adddc9d7e9b3315d1739655dedc7c9f.zip
[SPARC64]: kernel/cpu.c needs asm/spitfire.h
For 'tlb_type'. Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--arch/sparc64/kernel/cpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc64/kernel/cpu.c b/arch/sparc64/kernel/cpu.c
index c7a4fb397024..11cc0caef592 100644
--- a/arch/sparc64/kernel/cpu.c
+++ b/arch/sparc64/kernel/cpu.c
@@ -13,6 +13,7 @@
#include <asm/system.h>
#include <asm/fpumacro.h>
#include <asm/cpudata.h>
+#include <asm/spitfire.h>
DEFINE_PER_CPU(cpuinfo_sparc, __cpu_data) = { 0 };