Ignore:
Timestamp:
2025-04-17T15:14:03Z (5 days ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master
Children:
d5b37b6
Parents:
af77459
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-11 15:56:15)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-17 15:14:03)
Message:

Use irq_spinlock_t instead of plain spinlock_t in console code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/console/console.h

    raf77459 r571cc2d  
    6767extern void kio_flush(void);
    6868extern void kio_push_char(const char32_t);
    69 SPINLOCK_EXTERN(kio_lock);
     69extern irq_spinlock_t kio_lock;
    7070
    7171extern sys_errno_t sys_kio(int cmd, uspace_addr_t buf, size_t size);
Note: See TracChangeset for help on using the changeset viewer.