tangled
alpha
login
or
join now
tjh.dev
/
kernel
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
score: lost a semicolon in asm/irqflags.h
Chen Liqin
15 years ago
fa73c5bf
538202b5
+1
-1
1 changed file
expand all
collapse all
unified
split
arch
score
include
asm
irqflags.h
+1
-1
arch/score/include/asm/irqflags.h
···
29
29
30
30
static inline unsigned long arch_local_irq_save(void)
31
31
{
32
32
-
unsigned long flags
32
32
+
unsigned long flags;
33
33
34
34
asm volatile(
35
35
" mfcr r8, cr0 \n"