Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107151
b: refs/heads/master
c: a0e31fb
h: refs/heads/master
i:
  107149: 515f5b2
  107147: 64dc441
  107143: a13dd3f
  107135: 7c5d1f0
v: v3
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed Jul 30, 2008
1 parent f376e5b commit 669f79e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8b32d6d00ca890ebb204da1260247c11bba042b3
refs/heads/master: a0e31fb09056224c5d6fef09d25cb96b6149aa7c
2 changes: 1 addition & 1 deletion trunk/arch/mips/txx9/jmr3927/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ static void jmr3927_machine_power_off(void)
static void __init jmr3927_time_init(void)
{
txx9_clockevent_init(TX3927_TMR_REG(0),
TXX9_IRQ_BASE + JMR3927_IRQ_IRC_TMR(0),
JMR3927_IRQ_IRC_TMR(0),
JMR3927_IMCLK);
txx9_clocksource_init(TX3927_TMR_REG(1), JMR3927_IMCLK);
}
Expand Down
4 changes: 4 additions & 0 deletions trunk/include/asm-mips/txx9irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@
#ifdef CONFIG_IRQ_CPU
#define TXX9_IRQ_BASE (MIPS_CPU_IRQ_BASE + 8)
#else
#ifdef CONFIG_I8259
#define TXX9_IRQ_BASE (I8259A_IRQ_BASE + 16)
#else
#define TXX9_IRQ_BASE 0
#endif
#endif

#ifdef CONFIG_CPU_TX39XX
#define TXx9_MAX_IR 16
Expand Down

0 comments on commit 669f79e

Please sign in to comment.