Changeset 2d93f1f9 in mainline for generic/src/mm/frame.c
- Timestamp:
- 2005-12-06T21:58:18Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a80d406
- Parents:
- 36e7b6c3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/mm/frame.c
r36e7b6c3 r2d93f1f9 242 242 void zone_init(void) 243 243 { 244 spinlock_initialize(&zone_head_lock );244 spinlock_initialize(&zone_head_lock, "zone_head_lock"); 245 245 list_initialize(&zone_head); 246 246 } … … 317 317 if (z) { 318 318 link_initialize(&z->link); 319 spinlock_initialize(&z->lock );319 spinlock_initialize(&z->lock, "zone_lock"); 320 320 321 321 z->base = start;
Note:
See TracChangeset
for help on using the changeset viewer.