[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>
This commit is contained in:
David S. Miller
2006-01-31 18:33:37 -08:00
committed by David S. Miller
parent 3487d1d441
commit a8b900d801
3 changed files with 4 additions and 10 deletions

View File

@ -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__) */