mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Fix the arguments to the locking map. All maps are locked out.
This commit is contained in:
parent
b3b8dd31d0
commit
bd26be04c7
@ -429,10 +429,10 @@ class macros:
|
|||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def lock_read_map(self, _map):
|
def lock_read_map(self):
|
||||||
self.read_map_locked = True
|
self.read_map_locked = True
|
||||||
|
|
||||||
def unlock_read_map(self, _map):
|
def unlock_read_map(self):
|
||||||
self.read_map_locked = False
|
self.read_map_locked = False
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user