summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller2006-02-01 03:33:37 +0100
committerDavid S. Miller2006-03-20 10:11:25 +0100
commita8b900d801697609d1b56cc9c110148c64678068 (patch)
tree47602480aba29d17f8a79cc76dfe8af4d62f2599 /include
parent[SPARC64]: Kill PROM locked TLB entry preservation code. (diff)
downloadkernel-qcow2-linux-a8b900d801697609d1b56cc9c110148c64678068.tar.gz
kernel-qcow2-linux-a8b900d801697609d1b56cc9c110148c64678068.tar.xz
kernel-qcow2-linux-a8b900d801697609d1b56cc9c110148c64678068.zip
[SPARC64]: Kill sole argument passed to setup_tba().
No longer used, and move extern declaration to a header file. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/asm-sparc64/cpudata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sparc64/cpudata.h b/include/asm-sparc64/cpudata.h
index 6c57cbb9a7d1..16d628913837 100644
--- a/include/asm-sparc64/cpudata.h
+++ b/include/asm-sparc64/cpudata.h
@@ -61,6 +61,7 @@ struct trap_per_cpu {
extern struct trap_per_cpu trap_block[NR_CPUS];
extern void init_cur_cpu_trap(void);
extern void per_cpu_patch(void);
+extern void setup_tba(void);
#endif /* !(__ASSEMBLY__) */