Changeset 716 for soft


Ignore:
Timestamp:
Oct 7, 2015, 12:13:46 PM (9 years ago)
Author:
alain
Message:

Cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_boot/boot.c

    r709 r716  
    163163unsigned int        _tty0_boot_mode = 1;
    164164
    165 // boot code does not uses a lock to protect HBA command allocator
     165// boot code does not uses a lock to protect HBA command list
    166166__attribute__((section(".kdata")))
    167167unsigned int        _hba_boot_mode = 1;
     
    184184// this variable is allocated in the mmc_driver.c
    185185extern unsigned int _mmc_boot_mode;
     186
     187// these variables are allocated in the bdv_driver.c file
     188extern spin_lock_t  _bdv_lock __attribute__((aligned(64)));
     189extern unsigned int _bdv_trdid;
     190extern unsigned int _bdv_status;
    186191
    187192extern void boot_entry();
Note: See TracChangeset for help on using the changeset viewer.