Changeset 273


Ignore:
Timestamp:
Jan 21, 2014, 7:04:29 PM (10 years ago)
Author:
cfuguet
Message:

Bugfix on the fat_open function:

  • pass the mode argument of the fat_open function to the fat_init function. This way, when calling this function from the kernel, it will used no more a poll on the ioc status register avoiding a race condition between the isr_ioc and the ioc_read function
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_fat32/fat32.c

    r263 r273  
    871871    if( fat.initialised != FAT_INITIALISED )
    872872    {
    873         _fat_init( IOC_BOOT_VA_MODE );
     873          _fat_init( mode );
    874874    }
    875875 
Note: See TracChangeset for help on using the changeset viewer.