Ignore:
Timestamp:
Oct 9, 2013, 9:32:41 AM (11 years ago)
Author:
meunier
Message:
  • Added a syscall and some user functions to manipulate the Simulation Helper
  • Changed the the way the Vseg -> Pseg mapping is made during the boot to better utilize the address space (+ adaptation of the algorithm in memo)
  • Fixed a bug in boot_init (vobj_init): the vobj initialization could only be made for the first application (ptpr was not changed)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/libs/spin_lock.c

    r244 r255  
    3939            "sc   $3,    0($16)             \n" /* try to get lock */
    4040            "bnez $3,    giet_lock_ok       \n" /* exit if atomic */
     41            "nop                            \n"
    4142
    4243            "giet_lock_delay:               \n"
Note: See TracChangeset for help on using the changeset viewer.