Ignore:
Timestamp:
Jul 19, 2017, 3:31:39 PM (7 years ago)
Author:
alain
Message:

Fixing bugs in vfs_lookup()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/tsar_mips32/core/hal_interrupt.c

    r188 r238  
    2727#include <do_interrupt.h>
    2828#include <hal_interrupt.h>
    29 #include<mips32_uzone.h>
     29#include <mips32_uzone.h>
     30#include <soclib_pic.h>
    3031
    3132///////////////////////////////////////
     
    3637        thread_user_time_update( this );
    3738
    38     // access ICU device to call the relevant ISR
     39    // access local ICU to call the relevant ISR
    3940    soclib_pic_irq_handler();
    4041           
Note: See TracChangeset for help on using the changeset viewer.