diff options
author | David S. Miller <davem@davemloft.net> | 2006-01-31 21:33:37 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-03-20 04:11:25 -0500 |
commit | a8b900d801697609d1b56cc9c110148c64678068 (patch) | |
tree | 47602480aba29d17f8a79cc76dfe8af4d62f2599 /include/asm-sparc64/cpudata.h | |
parent | 3487d1d4414fbfab5d98ec559e6f84f55520cb15 (diff) |
[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/asm-sparc64/cpudata.h')
-rw-r--r-- | include/asm-sparc64/cpudata.h | 1 |
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 { | |||
61 | extern struct trap_per_cpu trap_block[NR_CPUS]; | 61 | extern struct trap_per_cpu trap_block[NR_CPUS]; |
62 | extern void init_cur_cpu_trap(void); | 62 | extern void init_cur_cpu_trap(void); |
63 | extern void per_cpu_patch(void); | 63 | extern void per_cpu_patch(void); |
64 | extern void setup_tba(void); | ||
64 | 65 | ||
65 | #endif /* !(__ASSEMBLY__) */ | 66 | #endif /* !(__ASSEMBLY__) */ |
66 | 67 | ||