diff options
Diffstat (limited to 'arch/m68knommu/platform/68360/config.c')
| -rw-r--r-- | arch/m68knommu/platform/68360/config.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/m68knommu/platform/68360/config.c b/arch/m68knommu/platform/68360/config.c index ac629fa30099..9dd5bca38749 100644 --- a/arch/m68knommu/platform/68360/config.c +++ b/arch/m68knommu/platform/68360/config.c @@ -75,7 +75,7 @@ void hw_timer_init(void)    /* Set compare register  32Khz / 32 / 10 = 100 */    TCMP = 10;                                                               -  request_irq(IRQ_MACHSPEC | 1, timer_routine, IRQ_FLG_LOCK, "timer", NULL); +  request_irq(IRQ_MACHSPEC | 1, timer_routine, 0, "timer", NULL);  #endif    /* General purpose quicc timers: MC68360UM p7-20 */ | 
