aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/pgtable.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-03-26 00:19:43 -0700
committerDavid S. Miller <davem@davemloft.net>2008-03-26 00:19:43 -0700
commit99cd220133cdf2a559529d522a78b2ebc1bef2d8 (patch)
treef65066410c4166880d0a7b5210227370c53b0010 /include/asm-sparc64/pgtable.h
parent[SPARC64]: Fix sparse warnings in arch/sparc64/kernel/{cpu,setup}.c (diff)
downloadlinux-dev-99cd220133cdf2a559529d522a78b2ebc1bef2d8.tar.xz
linux-dev-99cd220133cdf2a559529d522a78b2ebc1bef2d8.zip
[SPARC64]: Fix sparse errors in arch/sparc64/kernel/traps.c
Add 'UL' markers to DCU_* macros. Declare C functions called from assembler in entry.h Declare C functions called from within the sparc64 arch code in include/asm-sparc64/*.h headers as appropriate. Remove unused routines in traps.c Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64/pgtable.h')
-rw-r--r--include/asm-sparc64/pgtable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sparc64/pgtable.h b/include/asm-sparc64/pgtable.h
index 95303f5be86b..549e45266b68 100644
--- a/include/asm-sparc64/pgtable.h
+++ b/include/asm-sparc64/pgtable.h
@@ -761,6 +761,8 @@ extern unsigned long get_fb_unmapped_area(struct file *filp, unsigned long,
extern void pgtable_cache_init(void);
extern void sun4v_register_fault_status(void);
extern void sun4v_ktsb_register(void);
+extern void __init cheetah_ecache_flush_init(void);
+extern void sun4v_patch_tlb_handlers(void);
extern unsigned long cmdline_memory_size;