diff options
Diffstat (limited to 'arch/mips/include/asm/txx9tmr.h')
-rw-r--r-- | arch/mips/include/asm/txx9tmr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/include/asm/txx9tmr.h b/arch/mips/include/asm/txx9tmr.h index 67f70a8f09bd..466a3def3866 100644 --- a/arch/mips/include/asm/txx9tmr.h +++ b/arch/mips/include/asm/txx9tmr.h | |||
@@ -59,9 +59,9 @@ void txx9_clockevent_init(unsigned long baseaddr, int irq, | |||
59 | void txx9_tmr_init(unsigned long baseaddr); | 59 | void txx9_tmr_init(unsigned long baseaddr); |
60 | 60 | ||
61 | #ifdef CONFIG_CPU_TX39XX | 61 | #ifdef CONFIG_CPU_TX39XX |
62 | #define TXX9_TIMER_BITS 24 | 62 | #define TXX9_TIMER_BITS 24 |
63 | #else | 63 | #else |
64 | #define TXX9_TIMER_BITS 32 | 64 | #define TXX9_TIMER_BITS 32 |
65 | #endif | 65 | #endif |
66 | 66 | ||
67 | #endif /* __ASM_TXX9TMR_H */ | 67 | #endif /* __ASM_TXX9TMR_H */ |