Ignore:
Timestamp:
Aug 14, 2017, 6:31:25 PM (7 years ago)
Author:
alain
Message:

Remove the generic kernel/kern/do_exception files to handle exceptions in HAL.
The HAL call only the vmm_handle_page_fault() function if required.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/kernel_init.c

    r337 r380  
    11221122    }
    11231123
    1124     // each core activates its private TICK IRQ
    1125     dev_pic_enable_timer( CONFIG_SCHED_TICK_PERIOD );
     1124    // each core activates its private TICK IRQ (number of ticks)
     1125    dev_pic_enable_timer( CONFIG_SCHED_TICKS_PER_QUANTUM );
    11261126
    11271127    // each core jump to idle thread
Note: See TracChangeset for help on using the changeset viewer.