mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 03:48:00 +08:00
bsp/pc386: Fix interrupt enable to make debug option work again
This commit is contained in:
committed by
Sebastian Huber
parent
61e2d73f09
commit
2220a536e3
@@ -170,7 +170,7 @@ static void clockOn(void)
|
||||
outport_byte(TIMER_CNTR0, pc386_clock_click_count >> 8 & 0xff);
|
||||
rtems_interrupt_lock_release(&rtems_i386_i8254_access_lock, &lock_context);
|
||||
|
||||
bsp_interrupt_vector_enable( BSP_PERIODIC_TIMER - BSP_IRQ_VECTOR_BASE );
|
||||
bsp_interrupt_vector_enable( BSP_PERIODIC_TIMER );
|
||||
|
||||
/*
|
||||
* Now calibrate cycles per tick. Do this every time we
|
||||
|
||||
Reference in New Issue
Block a user