mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
score: lost a semicolon in asm/irqflags.h
This commit is contained in:
parent
538202b5cc
commit
fa73c5bffb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue