Changeset c0d814a in mainline for kernel/generic/src/log/log.c
- Timestamp:
 - 2025-04-10T20:02:30Z (7 months ago)
 - Children:
 - b8b031f
 - Parents:
 - a92290d (diff), 90dd8aee (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-10 20:02:30)
 - git-committer:
 - GitHub <noreply@…> (2025-04-10 20:02:30)
 - File:
 - 
      
- 1 edited
 
- 
          
  kernel/generic/src/log/log.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
kernel/generic/src/log/log.c
ra92290d rc0d814a 151 151 void log_begin(log_facility_t fac, log_level_t level) 152 152 { 153 console_lock(); 153 154 spinlock_lock(&log_lock); 154 155 spinlock_lock(&kio_lock); … … 186 187 kio_update(NULL); 187 188 log_update(NULL); 189 console_unlock(); 188 190 } 189 191  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  