Skip to content

Commit

Permalink
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-…
Browse files Browse the repository at this point in the history
…linus

* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
  [MIPS] Delete totally outdated Documentation/mips/time.README
  [MIPS] Kill duplicated setup_irq() for cp0 timer
  [MIPS] Sibyte: Finish conversion to modern time APIs.
  [MIPS] time: Helpers to compute clocksource/event shift and mult values.
  [MIPS] SMTC: Build fix.
  [MIPS] time: Delete dead code.
  [MIPS] MIPSsim: Strip defconfig file to the bones.
  • Loading branch information
Linus Torvalds committed Oct 19, 2007
2 parents 2843483 + 6f75aaa commit 0a4908e
Show file tree
Hide file tree
Showing 23 changed files with 254 additions and 882 deletions.
2 changes: 0 additions & 2 deletions Documentation/mips/00-INDEX
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ AU1xxx_IDE.README
- README for MIPS AU1XXX IDE driver.
GT64120.README
- README for dir with info on MIPS boards using GT-64120 or GT-64120A.
time.README
- README for MIPS time services.
173 changes: 0 additions & 173 deletions Documentation/mips/time.README

This file was deleted.

7 changes: 0 additions & 7 deletions arch/mips/bcm47xx/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,3 @@ void __init plat_time_init(void)
/* Set MIPS counter frequency for fixed_rate_gettimeoffset() */
mips_hpt_frequency = hz;
}

void __init
plat_timer_setup(struct irqaction *irq)
{
/* Enable the timer interrupt */
setup_irq(7, irq);
}
Loading

0 comments on commit 0a4908e

Please sign in to comment.