mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
score: lost a semicolon in asm/irqflags.h
This commit is contained in:
@@ -29,7 +29,7 @@ static inline unsigned long arch_local_save_flags(void)
|
||||
|
||||
static inline unsigned long arch_local_irq_save(void)
|
||||
{
|
||||
unsigned long flags
|
||||
unsigned long flags;
|
||||
|
||||
asm volatile(
|
||||
" mfcr r8, cr0 \n"
|
||||
|
||||
Reference in New Issue
Block a user