summaryrefslogtreecommitdiff
path: root/arch/sparc/include/asm/pgtable_64.h
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2011-04-21 22:45:45 (GMT)
committerDavid S. Miller <davem@davemloft.net>2011-04-21 22:45:45 (GMT)
commitcb1b8209815594613650772eeb889c170107dad4 (patch)
tree9a3530e404083464992c7969cec7fcab6c972e48 /arch/sparc/include/asm/pgtable_64.h
parent5eb1f4fc167f5adc5f15e722e25eff6713fb3406 (diff)
downloadlinux-cb1b8209815594613650772eeb889c170107dad4.tar.xz
sparc: consolidate show_cpuinfo in cpu.c
We have all the cpu related info in cpu.c - so move the remaining functions to support /proc/cpuinfo to this file. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/asm/pgtable_64.h')
-rw-r--r--arch/sparc/include/asm/pgtable_64.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/pgtable_64.h b/arch/sparc/include/asm/pgtable_64.h
index f8dddb7..b77128c 100644
--- a/arch/sparc/include/asm/pgtable_64.h
+++ b/arch/sparc/include/asm/pgtable_64.h
@@ -699,6 +699,9 @@ extern pmd_t swapper_low_pmd_dir[2048];
extern void paging_init(void);
extern unsigned long find_ecache_flush_span(unsigned long size);
+struct seq_file;
+extern void mmu_info(struct seq_file *);
+
/* These do nothing with the way I have things setup. */
#define mmu_lockarea(vaddr, len) (vaddr)
#define mmu_unlockarea(vaddr, len) do { } while(0)