diff options
Diffstat (limited to 'kernel/inc/drivers/cpu.h')
-rw-r--r-- | kernel/inc/drivers/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/inc/drivers/cpu.h b/kernel/inc/drivers/cpu.h index 7ac6074..75e0495 100644 --- a/kernel/inc/drivers/cpu.h +++ b/kernel/inc/drivers/cpu.h @@ -5,7 +5,7 @@ #include <def.h> -static inline void spinlock(u32 *ptr) +UNUSED_FUNC static inline void spinlock(u32 *ptr) { u32 prev; do |