sparc32: remove tick14.c
The two methods included in tick14.c was nop because the static variable linux_lvl14 was always NULL. So remove the file and callers. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
2666e47602
commit
e046b1e978
@@ -54,15 +54,11 @@ EXPORT_SYMBOL(prom_feval);
|
||||
void
|
||||
prom_cmdline(void)
|
||||
{
|
||||
extern void install_obp_ticker(void);
|
||||
extern void install_linux_ticker(void);
|
||||
unsigned long flags;
|
||||
|
||||
spin_lock_irqsave(&prom_lock, flags);
|
||||
install_obp_ticker();
|
||||
(*(romvec->pv_abort))();
|
||||
restore_current();
|
||||
install_linux_ticker();
|
||||
spin_unlock_irqrestore(&prom_lock, flags);
|
||||
set_auxio(AUXIO_LED, 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user