Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7577310 authored by David Daney's avatar David Daney Committed by Tony Luck
Browse files

[IA64] Fix include dependency in asm/irqflags.h



asm/kregs.h isn't always included first, so we need an explicit include.

[Fix build breakage introduced by f21afc25
 smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu().]

Signed-off-by: default avatarDavid Daney <david.daney@cavium.com>
Acked-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 8177a9d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
#define _ASM_IA64_IRQFLAGS_H

#include <asm/pal.h>
#include <asm/kregs.h>

#ifdef CONFIG_IA64_DEBUG_IRQ
extern unsigned long last_cli_ip;