Skip to content

Commit

Permalink
[IA64] Fix include dependency in asm/irqflags.h
Browse files Browse the repository at this point in the history
asm/kregs.h isn't always included first, so we need an explicit include.

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

Signed-off-by: David Daney <david.daney@cavium.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
David Daney authored and Tony Luck committed Jun 17, 2013
1 parent 8177a9d commit f757731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/ia64/include/asm/irqflags.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f757731

Please sign in to comment.