Changeset 9f945464 in mainline for kernel/generic/src/sysinfo/sysinfo.c
- Timestamp:
- 2025-04-09T16:36:30Z (6 days ago)
- Children:
- 3acb63b5
- Parents:
- 2c94501 (diff), 597fa24 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Wayne Thornton <wmthornton-dev@…> (2025-04-09 16:36:30)
- git-committer:
- GitHub <noreply@…> (2025-04-09 16:36:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/sysinfo/sysinfo.c
r2c94501 r9f945464 57 57 58 58 /** Sysinfo lock */ 59 static mutex_t sysinfo_lock;59 static MUTEX_INITIALIZE(sysinfo_lock, MUTEX_ACTIVE); 60 60 61 61 /** Sysinfo item constructor … … 102 102 sizeof(sysinfo_item_t), 0, sysinfo_item_constructor, 103 103 sysinfo_item_destructor, SLAB_CACHE_MAGDEFERRED); 104 105 mutex_initialize(&sysinfo_lock, MUTEX_ACTIVE);106 104 } 107 105
Note:
See TracChangeset
for help on using the changeset viewer.